Html Css Color HEX #B86002 Tenne (Tawny)

📋 copy color: '#B86002'

red 184 ◦ green 96 ◦ blue 2

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

Shades of Tenne (Tawny) #B86002

Tints of Tenne (Tawny) #B86002

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.04%

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

R = 65.25%
G = 34.04%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B86002 (or 0xB86002) is known color: Tenne (Tawny). HEX triplet: B8, 60 and 02. RGB value is (184,96,2). Sum of RGB (Red+Green+Blue) = 184+96+2=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B86002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86002 is #479FFD. Grayscale: #707070. Windows color (decimal): -4694014 or 155832. OLE color: 155832.

HSL color Cylindrical-coordinate representation of color #B86002: hue angle of 30.99º 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 #B86002 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 96 2 -
CMYK 0 0.48 0.99 0.28
HSL 30.99º 0.98% 0.36% -
HSV(B) 30.99º 0.99% 0.72% -
XYZ 23.96 18.56 2.38 -
YUV 111.6 66.15 179.64 -
System Red Green Blue C M Y K H S L
Decimal 184 96 2 0 0.48 0.99 0.28 30.99 0.98 0.36
Hex B8 60 2 0 30 63 1C 1F 62 24
Octal 270 140 2 0 60 143 34 37 142 44
Binary 10111000 1100000 10 0 110000 1100011 11100 11111 1100010 100100

Color Harmonies of #B86002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86002

Black with #B86002

Text Example


Text Example

White with #B86002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86002; }

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

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

background-color css

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

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

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

border-color css

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

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

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