Html Css Color HEX #B56602 Tenne (Tawny)

📋 copy color: '#B56602'

red 181 ◦ green 102 ◦ blue 2

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

Shades of Tenne (Tawny) #B56602

Tints of Tenne (Tawny) #B56602

RGB

 RED value IS 181 (71.09% from 255) = 63.51%

 GREEN value IS 102 (40.23% from 255) = 35.79%

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

R = 63.51%
G = 35.79%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B56602 (or 0xB56602) is known color: Tenne (Tawny). HEX triplet: B5, 66 and 02. RGB value is (181,102,2). Sum of RGB (Red+Green+Blue) = 181+102+2=285 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.51% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 181 - color contains mainly: red. Hex color #B56602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56602 is #4A99FD. Grayscale: #727272. Windows color (decimal): -4889086 or 157365. OLE color: 157365.

HSL color Cylindrical-coordinate representation of color #B56602: hue angle of 33.52º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B56602 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 102 2 -
CMYK 0 0.44 0.99 0.29
HSL 33.52º 0.98% 0.36% -
HSV(B) 33.52º 0.99% 0.71% -
XYZ 23.82 19.33 2.53 -
YUV 114.22 64.67 175.63 -
System Red Green Blue C M Y K H S L
Decimal 181 102 2 0 0.44 0.99 0.29 33.52 0.98 0.36
Hex B5 66 2 0 2C 63 1D 22 62 24
Octal 265 146 2 0 54 143 35 42 142 44
Binary 10110101 1100110 10 0 101100 1100011 11101 100010 1100010 100100

Color Harmonies of #B56602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56602

Black with #B56602

Text Example


Text Example

White with #B56602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56602; }

 p { color: rgb(181,102,2); }

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

background-color css

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

 a { background-color: rgb(181,102,2); }

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

border-color css

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

 span { border-color: rgb(181,102,2); }

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