Html Css Color HEX #B76500 Tenne (Tawny)

📋 copy color: '#B76500'

red 183 ◦ green 101 ◦ blue 0

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

Shades of Tenne (Tawny) #B76500

Tints of Tenne (Tawny) #B76500

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.56%

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

R = 64.44%
G = 35.56%
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

#B76500 (or 0xB76500) is known color: Tenne (Tawny). HEX triplet: B7, 65 and 00. RGB value is (183,101,0). Sum of RGB (Red+Green+Blue) = 183+101+0=284 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.44% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 183 - color contains mainly: red. Hex color #B76500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76500 is #489AFF. Grayscale: #727272. Windows color (decimal): -4758272 or 26039. OLE color: 26039.

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

Color convert

RGB 183 101 0 -
CMYK 0 0.45 1 0.28
HSL 33.11º 1% 0.36% -
HSV(B) 33.11º 1% 0.72% -
XYZ 24.18 19.37 2.47 -
YUV 114 63.67 177.21 -
System Red Green Blue C M Y K H S L
Decimal 183 101 0 0 0.45 1 0.28 33.11 1 0.36
Hex B7 65 0 0 2D 64 1C 21 64 24
Octal 267 145 0 0 55 144 34 41 144 44
Binary 10110111 1100101 0 0 101101 1100100 11100 100001 1100100 100100

Color Harmonies of #B76500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76500

Black with #B76500

Text Example


Text Example

White with #B76500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76500; }

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

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

background-color css

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

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

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

border-color css

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

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

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