Html Css Color HEX #B66501 Tenne (Tawny)

📋 copy color: '#B66501'

red 182 ◦ green 101 ◦ blue 1

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

Shades of Tenne (Tawny) #B66501

Tints of Tenne (Tawny) #B66501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 64.08%
G = 35.56%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B66501 (or 0xB66501) is known color: Tenne (Tawny). HEX triplet: B6, 65 and 01. RGB value is (182,101,1). Sum of RGB (Red+Green+Blue) = 182+101+1=284 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.08% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 182 - color contains mainly: red. Hex color #B66501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66501 is #499AFE. Grayscale: #727272. Windows color (decimal): -4823807 or 91574. OLE color: 91574.

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

Color convert

RGB 182 101 1 -
CMYK 0 0.45 0.99 0.29
HSL 33.15º 0.99% 0.36% -
HSV(B) 33.15º 0.99% 0.71% -
XYZ 23.95 19.25 2.48 -
YUV 113.82 64.34 176.63 -
System Red Green Blue C M Y K H S L
Decimal 182 101 1 0 0.45 0.99 0.29 33.15 0.99 0.36
Hex B6 65 1 0 2D 63 1D 21 63 24
Octal 266 145 1 0 55 143 35 41 143 44
Binary 10110110 1100101 1 0 101101 1100011 11101 100001 1100011 100100

Color Harmonies of #B66501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66501

Black with #B66501

Text Example


Text Example

White with #B66501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66501; }

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

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

background-color css

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

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

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

border-color css

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

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

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