Html Css Color HEX #B76200 Tenne (Tawny)

📋 copy color: '#B76200'

red 183 ◦ green 98 ◦ blue 0

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

Shades of Tenne (Tawny) #B76200

Tints of Tenne (Tawny) #B76200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.88%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.12%
G = 34.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B76200 (or 0xB76200) is known color: Tenne (Tawny). HEX triplet: B7, 62 and 00. RGB value is (183,98,0). Sum of RGB (Red+Green+Blue) = 183+98+0=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B76200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76200 is #489DFF. Grayscale: #707070. Windows color (decimal): -4759040 or 25271. OLE color: 25271.

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

Color convert

RGB 183 98 0 -
CMYK 0 0.46 1 0.28
HSL 32.13º 1% 0.36% -
HSV(B) 32.13º 1% 0.72% -
XYZ 23.9 18.8 2.37 -
YUV 112.24 64.66 178.47 -
System Red Green Blue C M Y K H S L
Decimal 183 98 0 0 0.46 1 0.28 32.13 1 0.36
Hex B7 62 0 0 2E 64 1C 20 64 24
Octal 267 142 0 0 56 144 34 40 144 44
Binary 10110111 1100010 0 0 101110 1100100 11100 100000 1100100 100100

Color Harmonies of #B76200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76200

Black with #B76200

Text Example


Text Example

White with #B76200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76200; }

 p { color: rgb(183,98,0); }

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

background-color css

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

 a { background-color: rgb(183,98,0); }

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

border-color css

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

 span { border-color: rgb(183,98,0); }

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