Html Css Color HEX #B85C02 Tenne (Tawny)

📋 copy color: '#B85C02'

red 184 ◦ green 92 ◦ blue 2

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

Shades of Tenne (Tawny) #B85C02

Tints of Tenne (Tawny) #B85C02

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.09%

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

R = 66.19%
G = 33.09%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B85C02 (or 0xB85C02) is known color: Tenne (Tawny). HEX triplet: B8, 5C and 02. RGB value is (184,92,2). Sum of RGB (Red+Green+Blue) = 184+92+2=278 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.19% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85C02 is #47A3FD. Grayscale: #6D6D6D. Windows color (decimal): -4695038 or 154808. OLE color: 154808.

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

Color convert

RGB 184 92 2 -
CMYK 0 0.50 0.99 0.28
HSL 29.67º 0.98% 0.36% -
HSV(B) 29.67º 0.99% 0.72% -
XYZ 23.61 17.85 2.26 -
YUV 109.25 67.48 181.32 -
System Red Green Blue C M Y K H S L
Decimal 184 92 2 0 0.50 0.99 0.28 29.67 0.98 0.36
Hex B8 5C 2 0 32 63 1C 1E 62 24
Octal 270 134 2 0 62 143 34 36 142 44
Binary 10111000 1011100 10 0 110010 1100011 11100 11110 1100010 100100

Color Harmonies of #B85C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85C02

Black with #B85C02

Text Example


Text Example

White with #B85C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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