Html Css Color HEX #B76002 Tenne (Tawny)

📋 copy color: '#B76002'

red 183 ◦ green 96 ◦ blue 2

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

Shades of Tenne (Tawny) #B76002

Tints of Tenne (Tawny) #B76002

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.16%

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

R = 65.12%
G = 34.16%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B76002 (or 0xB76002) is known color: Tenne (Tawny). HEX triplet: B7, 60 and 02. RGB value is (183,96,2). Sum of RGB (Red+Green+Blue) = 183+96+2=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B76002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76002 is #489FFD. Grayscale: #6F6F6F. Windows color (decimal): -4759550 or 155831. OLE color: 155831.

HSL color Cylindrical-coordinate representation of color #B76002: hue angle of 31.16º 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 #B76002 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 96 2 -
CMYK 0 0.48 0.99 0.28
HSL 31.16º 0.98% 0.36% -
HSV(B) 31.16º 0.99% 0.72% -
XYZ 23.72 18.44 2.37 -
YUV 111.3 66.32 179.14 -
System Red Green Blue C M Y K H S L
Decimal 183 96 2 0 0.48 0.99 0.28 31.16 0.98 0.36
Hex B7 60 2 0 30 63 1C 1F 62 24
Octal 267 140 2 0 60 143 34 37 142 44
Binary 10110111 1100000 10 0 110000 1100011 11100 11111 1100010 100100

Color Harmonies of #B76002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76002

Black with #B76002

Text Example


Text Example

White with #B76002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76002; }

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

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

background-color css

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

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

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

border-color css

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

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

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