Html Css Color HEX #B66403 Tenne (Tawny)

📋 copy color: '#B66403'

red 182 ◦ green 100 ◦ blue 3

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

Shades of Tenne (Tawny) #B66403

Tints of Tenne (Tawny) #B66403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.05%

R = 63.86%
G = 35.09%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B66403 (or 0xB66403) is known color: Tenne (Tawny). HEX triplet: B6, 64 and 03. RGB value is (182,100,3). Sum of RGB (Red+Green+Blue) = 182+100+3=285 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.86% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 182 - color contains mainly: red. Hex color #B66403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66403 is #499BFC. Grayscale: #717171. Windows color (decimal): -4824061 or 222390. OLE color: 222390.

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

Color convert

RGB 182 100 3 -
CMYK 0 0.45 0.98 0.29
HSL 32.51º 0.97% 0.36% -
HSV(B) 32.51º 0.98% 0.71% -
XYZ 23.87 19.07 2.51 -
YUV 113.46 65.67 176.89 -
System Red Green Blue C M Y K H S L
Decimal 182 100 3 0 0.45 0.98 0.29 32.51 0.97 0.36
Hex B6 64 3 0 2D 62 1D 21 61 24
Octal 266 144 3 0 55 142 35 41 141 44
Binary 10110110 1100100 11 0 101101 1100010 11101 100001 1100001 100100

Color Harmonies of #B66403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66403

Black with #B66403

Text Example


Text Example

White with #B66403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66403; }

 p { color: rgb(182,100,3); }

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

background-color css

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

 a { background-color: rgb(182,100,3); }

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

border-color css

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

 span { border-color: rgb(182,100,3); }

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