Html Css Color HEX #B76400 Tenne (Tawny)

📋 copy color: '#B76400'

red 183 ◦ green 100 ◦ blue 0

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

Shades of Tenne (Tawny) #B76400

Tints of Tenne (Tawny) #B76400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.34%

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

R = 64.66%
G = 35.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B76400 (or 0xB76400) is known color: Tenne (Tawny). HEX triplet: B7, 64 and 00. RGB value is (183,100,0). Sum of RGB (Red+Green+Blue) = 183+100+0=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B76400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76400 is #489BFF. Grayscale: #717171. Windows color (decimal): -4758528 or 25783. OLE color: 25783.

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

Color convert

RGB 183 100 0 -
CMYK 0 0.45 1 0.28
HSL 32.79º 1% 0.36% -
HSV(B) 32.79º 1% 0.72% -
XYZ 24.09 19.18 2.43 -
YUV 113.42 64 177.63 -
System Red Green Blue C M Y K H S L
Decimal 183 100 0 0 0.45 1 0.28 32.79 1 0.36
Hex B7 64 0 0 2D 64 1C 21 64 24
Octal 267 144 0 0 55 144 34 41 144 44
Binary 10110111 1100100 0 0 101101 1100100 11100 100001 1100100 100100

Color Harmonies of #B76400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76400

Black with #B76400

Text Example


Text Example

White with #B76400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76400; }

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

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

background-color css

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

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

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

border-color css

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

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

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