Html Css Color HEX #B15802 Tenne (Tawny)

📋 copy color: '#B15802'

red 177 ◦ green 88 ◦ blue 2

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

Shades of Tenne (Tawny) #B15802

Tints of Tenne (Tawny) #B15802

RGB

 RED value IS 177 (69.53% from 255) = 66.29%

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

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

R = 66.29%
G = 32.96%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B15802 (or 0xB15802) is known color: Tenne (Tawny). HEX triplet: B1, 58 and 02. RGB value is (177,88,2). Sum of RGB (Red+Green+Blue) = 177+88+2=267 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.29% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 177 - color contains mainly: red. Hex color #B15802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15802 is #4EA7FD. Grayscale: #696969. Windows color (decimal): -5154814 or 153777. OLE color: 153777.

HSL color Cylindrical-coordinate representation of color #B15802: hue angle of 29.49º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B15802 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 88 2 -
CMYK 0 0.50 0.99 0.31
HSL 29.49º 0.98% 0.35% -
HSV(B) 29.49º 0.99% 0.69% -
XYZ 21.63 16.33 2.07 -
YUV 104.81 69.99 179.49 -
System Red Green Blue C M Y K H S L
Decimal 177 88 2 0 0.50 0.99 0.31 29.49 0.98 0.35
Hex B1 58 2 0 32 63 1F 1D 62 23
Octal 261 130 2 0 62 143 37 35 142 43
Binary 10110001 1011000 10 0 110010 1100011 11111 11101 1100010 100011

Color Harmonies of #B15802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15802

Black with #B15802

Text Example


Text Example

White with #B15802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15802; }

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

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

background-color css

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

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

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

border-color css

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

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

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