Html Css Color HEX #B95802 Tenne (Tawny)

📋 copy color: '#B95802'

red 185 ◦ green 88 ◦ blue 2

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

Shades of Tenne (Tawny) #B95802

Tints of Tenne (Tawny) #B95802

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32%

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

R = 67.27%
G = 32%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B95802 (or 0xB95802) is known color: Tenne (Tawny). HEX triplet: B9, 58 and 02. RGB value is (185,88,2). Sum of RGB (Red+Green+Blue) = 185+88+2=275 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.27% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 185 - color contains mainly: red. Hex color #B95802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95802 is #46A7FD. Grayscale: #6B6B6B. Windows color (decimal): -4630526 or 153785. OLE color: 153785.

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

Color convert

RGB 185 88 2 -
CMYK 0 0.52 0.99 0.27
HSL 28.2º 0.98% 0.37% -
HSV(B) 28.2º 0.99% 0.73% -
XYZ 23.51 17.3 2.16 -
YUV 107.2 68.64 183.49 -
System Red Green Blue C M Y K H S L
Decimal 185 88 2 0 0.52 0.99 0.27 28.2 0.98 0.37
Hex B9 58 2 0 34 63 1B 1C 62 25
Octal 271 130 2 0 64 143 33 34 142 45
Binary 10111001 1011000 10 0 110100 1100011 11011 11100 1100010 100101

Color Harmonies of #B95802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95802

Black with #B95802

Text Example


Text Example

White with #B95802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95802; }

 p { color: rgb(185,88,2); }

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

background-color css

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

 a { background-color: rgb(185,88,2); }

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

border-color css

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

 span { border-color: rgb(185,88,2); }

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