Html Css Color HEX #B95C04 Tenne (Tawny)

📋 copy color: '#B95C04'

red 185 ◦ green 92 ◦ blue 4

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

Shades of Tenne (Tawny) #B95C04

Tints of Tenne (Tawny) #B95C04

RGB

 RED value IS 185 (72.66% from 255) = 65.84%

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

 BLUE value IS 4 (1.95% from 255) = 1.42%

R = 65.84%
G = 32.74%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#B95C04 (or 0xB95C04) is known color: Tenne (Tawny). HEX triplet: B9, 5C and 04. RGB value is (185,92,4). Sum of RGB (Red+Green+Blue) = 185+92+4=281 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.84% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95C04 is #46A3FB. Grayscale: #6E6E6E. Windows color (decimal): -4629500 or 285881. OLE color: 285881.

HSL color Cylindrical-coordinate representation of color #B95C04: hue angle of 29.17º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B95C04 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 92 4 -
CMYK 0 0.50 0.98 0.27
HSL 29.17º 0.96% 0.37% -
HSV(B) 29.17º 0.98% 0.73% -
XYZ 23.86 17.98 2.33 -
YUV 109.78 68.31 181.66 -
System Red Green Blue C M Y K H S L
Decimal 185 92 4 0 0.50 0.98 0.27 29.17 0.96 0.37
Hex B9 5C 4 0 32 62 1B 1D 60 25
Octal 271 134 4 0 62 142 33 35 140 45
Binary 10111001 1011100 100 0 110010 1100010 11011 11101 1100000 100101

Color Harmonies of #B95C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95C04

Black with #B95C04

Text Example


Text Example

White with #B95C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95C04; }

 p { color: rgb(185,92,4); }

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

background-color css

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

 a { background-color: rgb(185,92,4); }

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

border-color css

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

 span { border-color: rgb(185,92,4); }

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