Html Css Color HEX #B66500 Tenne (Tawny)

📋 copy color: '#B66500'

red 182 ◦ green 101 ◦ blue 0

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

Shades of Tenne (Tawny) #B66500

Tints of Tenne (Tawny) #B66500

RGB

 RED value IS 182 (71.48% from 255) = 64.31%

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

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

R = 64.31%
G = 35.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B66500 (or 0xB66500) is known color: Tenne (Tawny). HEX triplet: B6, 65 and 00. RGB value is (182,101,0). Sum of RGB (Red+Green+Blue) = 182+101+0=283 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.31% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 182 - color contains mainly: red. Hex color #B66500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66500 is #499AFF. Grayscale: #727272. Windows color (decimal): -4823808 or 26038. OLE color: 26038.

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

Color convert

RGB 182 101 0 -
CMYK 0 0.45 1 0.29
HSL 33.3º 1% 0.36% -
HSV(B) 33.3º 1% 0.71% -
XYZ 23.95 19.25 2.45 -
YUV 113.71 63.84 176.71 -
System Red Green Blue C M Y K H S L
Decimal 182 101 0 0 0.45 1 0.29 33.3 1 0.36
Hex B6 65 0 0 2D 64 1D 21 64 24
Octal 266 145 0 0 55 144 35 41 144 44
Binary 10110110 1100101 0 0 101101 1100100 11101 100001 1100100 100100

Color Harmonies of #B66500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66500

Black with #B66500

Text Example


Text Example

White with #B66500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66500; }

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

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

background-color css

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

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

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

border-color css

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

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

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