Html Css Color HEX #B76A00 Tenne (Tawny)

📋 copy color: '#B76A00'

red 183 ◦ green 106 ◦ blue 0

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

Shades of Tenne (Tawny) #B76A00

Tints of Tenne (Tawny) #B76A00

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.68%

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

R = 63.32%
G = 36.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B76A00 (or 0xB76A00) is known color: Tenne (Tawny). HEX triplet: B7, 6A and 00. RGB value is (183,106,0). Sum of RGB (Red+Green+Blue) = 183+106+0=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76A00 is #4895FF. Grayscale: #757575. Windows color (decimal): -4756992 or 27319. OLE color: 27319.

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

Color convert

RGB 183 106 0 -
CMYK 0 0.42 1 0.28
HSL 34.75º 1% 0.36% -
HSV(B) 34.75º 1% 0.72% -
XYZ 24.68 20.38 2.63 -
YUV 116.94 62.01 175.12 -
System Red Green Blue C M Y K H S L
Decimal 183 106 0 0 0.42 1 0.28 34.75 1 0.36
Hex B7 6A 0 0 2A 64 1C 23 64 24
Octal 267 152 0 0 52 144 34 43 144 44
Binary 10110111 1101010 0 0 101010 1100100 11100 100011 1100100 100100

Color Harmonies of #B76A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76A00

Black with #B76A00

Text Example


Text Example

White with #B76A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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