Html Css Color HEX #B85A03 Tenne (Tawny)

📋 copy color: '#B85A03'

red 184 ◦ green 90 ◦ blue 3

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

Shades of Tenne (Tawny) #B85A03

Tints of Tenne (Tawny) #B85A03

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.49%

 BLUE value IS 3 (1.56% from 255) = 1.08%

R = 66.43%
G = 32.49%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B85A03 (or 0xB85A03) is known color: Tenne (Tawny). HEX triplet: B8, 5A and 03. RGB value is (184,90,3). Sum of RGB (Red+Green+Blue) = 184+90+3=277 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.43% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 3 (1.56% from 255 or 1.08% from 277); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85A03 is #47A5FC. Grayscale: #6C6C6C. Windows color (decimal): -4695549 or 219832. OLE color: 219832.

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

Color convert

RGB 184 90 3 -
CMYK 0 0.51 0.98 0.28
HSL 28.84º 0.97% 0.37% -
HSV(B) 28.84º 0.98% 0.72% -
XYZ 23.44 17.51 2.23 -
YUV 108.19 68.64 182.07 -
System Red Green Blue C M Y K H S L
Decimal 184 90 3 0 0.51 0.98 0.28 28.84 0.97 0.37
Hex B8 5A 3 0 33 62 1C 1D 61 25
Octal 270 132 3 0 63 142 34 35 141 45
Binary 10111000 1011010 11 0 110011 1100010 11100 11101 1100001 100101

Color Harmonies of #B85A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85A03

Black with #B85A03

Text Example


Text Example

White with #B85A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85A03; }

 p { color: rgb(184,90,3); }

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

background-color css

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

 a { background-color: rgb(184,90,3); }

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

border-color css

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

 span { border-color: rgb(184,90,3); }

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