Html Css Color HEX #B85702 Tenne (Tawny)

📋 copy color: '#B85702'

red 184 ◦ green 87 ◦ blue 2

#B85702
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #B85702

Tints of Tenne (Tawny) #B85702

RGB

 RED value IS 184 (72.27% from 255) = 67.4%

 GREEN value IS 87 (34.38% from 255) = 31.87%

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 67.4%
G = 31.87%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B85702 (or 0xB85702) is known color: Tenne (Tawny). HEX triplet: B8, 57 and 02. RGB value is (184,87,2). Sum of RGB (Red+Green+Blue) = 184+87+2=273 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.40% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 184 - color contains mainly: red. Hex color #B85702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85702 is #47A8FD. Grayscale: #6A6A6A. Windows color (decimal): -4696318 or 153528. OLE color: 153528.

HSL color Cylindrical-coordinate representation of color #B85702: hue angle of 28.02º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B85702 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 87 2 -
CMYK 0 0.53 0.99 0.28
HSL 28.02º 0.98% 0.36% -
HSV(B) 28.02º 0.99% 0.72% -
XYZ 23.19 17.01 2.12 -
YUV 106.31 69.14 183.41 -
System Red Green Blue C M Y K H S L
Decimal 184 87 2 0 0.53 0.99 0.28 28.02 0.98 0.36
Hex B8 57 2 0 35 63 1C 1C 62 24
Octal 270 127 2 0 65 143 34 34 142 44
Binary 10111000 1010111 10 0 110101 1100011 11100 11100 1100010 100100

Color Harmonies of #B85702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85702

Black with #B85702

Text Example


Text Example

White with #B85702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85702; }

 p { color: rgb(184,87,2); }

 H1.HeaderClassName
 {
   color: #B85702;
 }
 .AnyTagClassName
 {
   color: #B85702;
 }
</style>

background-color css

<style>
 a { background-color: #B85702; }

 a { background-color: rgb(184,87,2); }

 div.DivClassName
 {
   background-color: #B85702;
 }
 .BgClassName
 {
   background-color: #B85702;
 }
</style>

border-color css

<style>
 span { border-color: #B85702; }

 span { border-color: rgb(184,87,2); }

 td.TdClassName
 {
   border-color: #B85702;
 }
 .TagClassName
 {
   border-color: #B85702;
 }
</style>