Html Css Color HEX #B86302 Tenne (Tawny)

📋 copy color: '#B86302'

red 184 ◦ green 99 ◦ blue 2

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

Shades of Tenne (Tawny) #B86302

Tints of Tenne (Tawny) #B86302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.74%

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

R = 64.56%
G = 34.74%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B86302 (or 0xB86302) is known color: Tenne (Tawny). HEX triplet: B8, 63 and 02. RGB value is (184,99,2). Sum of RGB (Red+Green+Blue) = 184+99+2=285 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.56% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 184 - color contains mainly: red. Hex color #B86302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86302 is #479CFD. Grayscale: #717171. Windows color (decimal): -4693246 or 156600. OLE color: 156600.

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

Color convert

RGB 184 99 2 -
CMYK 0 0.46 0.99 0.28
HSL 31.98º 0.98% 0.36% -
HSV(B) 31.98º 0.99% 0.72% -
XYZ 24.24 19.12 2.47 -
YUV 113.36 65.16 178.39 -
System Red Green Blue C M Y K H S L
Decimal 184 99 2 0 0.46 0.99 0.28 31.98 0.98 0.36
Hex B8 63 2 0 2E 63 1C 20 62 24
Octal 270 143 2 0 56 143 34 40 142 44
Binary 10111000 1100011 10 0 101110 1100011 11100 100000 1100010 100100

Color Harmonies of #B86302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86302

Black with #B86302

Text Example


Text Example

White with #B86302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86302; }

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

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

background-color css

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

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

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

border-color css

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

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

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