Html Css Color HEX #B85F0A Tenne (Tawny)

📋 copy color: '#B85F0A'

red 184 ◦ green 95 ◦ blue 10

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

Shades of Tenne (Tawny) #B85F0A

Tints of Tenne (Tawny) #B85F0A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.87%

 BLUE value IS 10 (4.3% from 255) = 3.46%

R = 63.67%
G = 32.87%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B85F0A (or 0xB85F0A) is known color: Tenne (Tawny). HEX triplet: B8, 5F and 0A. RGB value is (184,95,10). Sum of RGB (Red+Green+Blue) = 184+95+10=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B85F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85F0A is #47A0F5. Grayscale: #707070. Windows color (decimal): -4694262 or 679864. OLE color: 679864.

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

Color convert

RGB 184 95 10 -
CMYK 0 0.48 0.95 0.28
HSL 29.31º 0.9% 0.38% -
HSV(B) 29.31º 0.95% 0.72% -
XYZ 23.91 18.4 2.58 -
YUV 111.92 70.49 179.41 -
System Red Green Blue C M Y K H S L
Decimal 184 95 10 0 0.48 0.95 0.28 29.31 0.9 0.38
Hex B8 5F A 0 30 5F 1C 1D 5A 26
Octal 270 137 12 0 60 137 34 35 132 46
Binary 10111000 1011111 1010 0 110000 1011111 11100 11101 1011010 100110

Color Harmonies of #B85F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85F0A

Black with #B85F0A

Text Example


Text Example

White with #B85F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85F0A; }

 p { color: rgb(184,95,10); }

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

background-color css

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

 a { background-color: rgb(184,95,10); }

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

border-color css

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

 span { border-color: rgb(184,95,10); }

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