Html Css Color HEX #B76800 Tenne (Tawny)

📋 copy color: '#B76800'

red 183 ◦ green 104 ◦ blue 0

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

Shades of Tenne (Tawny) #B76800

Tints of Tenne (Tawny) #B76800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.24%

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

R = 63.76%
G = 36.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B76800 (or 0xB76800) is known color: Tenne (Tawny). HEX triplet: B7, 68 and 00. RGB value is (183,104,0). Sum of RGB (Red+Green+Blue) = 183+104+0=287 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.76% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 183 - color contains mainly: red. Hex color #B76800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76800 is #4897FF. Grayscale: #747474. Windows color (decimal): -4757504 or 26807. OLE color: 26807.

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

Color convert

RGB 183 104 0 -
CMYK 0 0.43 1 0.28
HSL 34.1º 1% 0.36% -
HSV(B) 34.1º 1% 0.72% -
XYZ 24.48 19.97 2.56 -
YUV 115.77 62.67 175.96 -
System Red Green Blue C M Y K H S L
Decimal 183 104 0 0 0.43 1 0.28 34.1 1 0.36
Hex B7 68 0 0 2B 64 1C 22 64 24
Octal 267 150 0 0 53 144 34 42 144 44
Binary 10110111 1101000 0 0 101011 1100100 11100 100010 1100100 100100

Color Harmonies of #B76800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76800

Black with #B76800

Text Example


Text Example

White with #B76800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76800; }

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

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

background-color css

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

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

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

border-color css

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

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

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