Html Css Color HEX #B85402 Tenne (Tawny)

📋 copy color: '#B85402'

red 184 ◦ green 84 ◦ blue 2

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

Shades of Tenne (Tawny) #B85402

Tints of Tenne (Tawny) #B85402

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.11%

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

R = 68.15%
G = 31.11%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B85402 (or 0xB85402) is known color: Tenne (Tawny). HEX triplet: B8, 54 and 02. RGB value is (184,84,2). Sum of RGB (Red+Green+Blue) = 184+84+2=270 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.15% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 184 - color contains mainly: red. Hex color #B85402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85402 is #47ABFD. Grayscale: #686868. Windows color (decimal): -4697086 or 152760. OLE color: 152760.

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

Color convert

RGB 184 84 2 -
CMYK 0 0.54 0.99 0.28
HSL 27.03º 0.98% 0.36% -
HSV(B) 27.03º 0.99% 0.72% -
XYZ 22.95 16.54 2.04 -
YUV 104.55 70.13 184.67 -
System Red Green Blue C M Y K H S L
Decimal 184 84 2 0 0.54 0.99 0.28 27.03 0.98 0.36
Hex B8 54 2 0 36 63 1C 1B 62 24
Octal 270 124 2 0 66 143 34 33 142 44
Binary 10111000 1010100 10 0 110110 1100011 11100 11011 1100010 100100

Color Harmonies of #B85402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85402

Black with #B85402

Text Example


Text Example

White with #B85402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85402; }

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

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

background-color css

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

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

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

border-color css

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

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

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