Html Css Color HEX #B85A0B Tenne (Tawny)

📋 copy color: '#B85A0B'

red 184 ◦ green 90 ◦ blue 11

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

Shades of Tenne (Tawny) #B85A0B

Tints of Tenne (Tawny) #B85A0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.86%

R = 64.56%
G = 31.58%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B85A0B (or 0xB85A0B) is known color: Tenne (Tawny). HEX triplet: B8, 5A and 0B. RGB value is (184,90,11). Sum of RGB (Red+Green+Blue) = 184+90+11=285 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.56% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85A0B is #47A5F4. Grayscale: #6D6D6D. Windows color (decimal): -4695541 or 744120. OLE color: 744120.

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

Color convert

RGB 184 90 11 -
CMYK 0 0.51 0.94 0.28
HSL 27.4º 0.89% 0.38% -
HSV(B) 27.4º 0.94% 0.72% -
XYZ 23.48 17.53 2.46 -
YUV 109.1 72.64 181.42 -
System Red Green Blue C M Y K H S L
Decimal 184 90 11 0 0.51 0.94 0.28 27.4 0.89 0.38
Hex B8 5A B 0 33 5E 1C 1B 59 26
Octal 270 132 13 0 63 136 34 33 131 46
Binary 10111000 1011010 1011 0 110011 1011110 11100 11011 1011001 100110

Color Harmonies of #B85A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85A0B

Black with #B85A0B

Text Example


Text Example

White with #B85A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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