Html Css Color HEX #B76602 Tenne (Tawny)

📋 copy color: '#B76602'

red 183 ◦ green 102 ◦ blue 2

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

Shades of Tenne (Tawny) #B76602

Tints of Tenne (Tawny) #B76602

RGB

 RED value IS 183 (71.88% from 255) = 63.76%

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

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

R = 63.76%
G = 35.54%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B76602 (or 0xB76602) is known color: Tenne (Tawny). HEX triplet: B7, 66 and 02. RGB value is (183,102,2). Sum of RGB (Red+Green+Blue) = 183+102+2=287 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.76% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 183 - color contains mainly: red. Hex color #B76602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76602 is #4899FD. Grayscale: #737373. Windows color (decimal): -4758014 or 157367. OLE color: 157367.

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

Color convert

RGB 183 102 2 -
CMYK 0 0.44 0.99 0.28
HSL 33.15º 0.98% 0.36% -
HSV(B) 33.15º 0.99% 0.72% -
XYZ 24.29 19.57 2.56 -
YUV 114.82 64.34 176.63 -
System Red Green Blue C M Y K H S L
Decimal 183 102 2 0 0.44 0.99 0.28 33.15 0.98 0.36
Hex B7 66 2 0 2C 63 1C 21 62 24
Octal 267 146 2 0 54 143 34 41 142 44
Binary 10110111 1100110 10 0 101100 1100011 11100 100001 1100010 100100

Color Harmonies of #B76602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76602

Black with #B76602

Text Example


Text Example

White with #B76602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76602; }

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

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

background-color css

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

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

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

border-color css

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

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

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