Html Css Color HEX #B76302 Tenne (Tawny)

📋 copy color: '#B76302'

red 183 ◦ green 99 ◦ blue 2

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

Shades of Tenne (Tawny) #B76302

Tints of Tenne (Tawny) #B76302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.86%

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

R = 64.44%
G = 34.86%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B76302 (or 0xB76302) is known color: Tenne (Tawny). HEX triplet: B7, 63 and 02. RGB value is (183,99,2). Sum of RGB (Red+Green+Blue) = 183+99+2=284 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.44% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 183 - color contains mainly: red. Hex color #B76302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76302 is #489CFD. Grayscale: #717171. Windows color (decimal): -4758782 or 156599. OLE color: 156599.

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

Color convert

RGB 183 99 2 -
CMYK 0 0.46 0.99 0.28
HSL 32.15º 0.98% 0.36% -
HSV(B) 32.15º 0.99% 0.72% -
XYZ 24 19 2.46 -
YUV 113.06 65.33 177.89 -
System Red Green Blue C M Y K H S L
Decimal 183 99 2 0 0.46 0.99 0.28 32.15 0.98 0.36
Hex B7 63 2 0 2E 63 1C 20 62 24
Octal 267 143 2 0 56 143 34 40 142 44
Binary 10110111 1100011 10 0 101110 1100011 11100 100000 1100010 100100

Color Harmonies of #B76302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76302

Black with #B76302

Text Example


Text Example

White with #B76302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76302; }

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

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

background-color css

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

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

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

border-color css

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

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

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