Html Css Color HEX #B65200 Tenne (Tawny)

📋 copy color: '#B65200'

red 182 ◦ green 82 ◦ blue 0

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

Shades of Tenne (Tawny) #B65200

Tints of Tenne (Tawny) #B65200

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.06%

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

R = 68.94%
G = 31.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B65200 (or 0xB65200) is known color: Tenne (Tawny). HEX triplet: B6, 52 and 00. RGB value is (182,82,0). Sum of RGB (Red+Green+Blue) = 182+82+0=264 (34% of max value = 765). Red value is 182 (71.48% from 255 or 68.94% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 182 - color contains mainly: red. Hex color #B65200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65200 is #49ADFF. Grayscale: #666666. Windows color (decimal): -4828672 or 21174. OLE color: 21174.

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

Color convert

RGB 182 82 0 -
CMYK 0 0.55 1 0.29
HSL 27.03º 1% 0.36% -
HSV(B) 27.03º 1% 0.71% -
XYZ 22.31 15.98 1.91 -
YUV 102.55 70.13 184.67 -
System Red Green Blue C M Y K H S L
Decimal 182 82 0 0 0.55 1 0.29 27.03 1 0.36
Hex B6 52 0 0 37 64 1D 1B 64 24
Octal 266 122 0 0 67 144 35 33 144 44
Binary 10110110 1010010 0 0 110111 1100100 11101 11011 1100100 100100

Color Harmonies of #B65200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65200

Black with #B65200

Text Example


Text Example

White with #B65200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65200; }

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

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

background-color css

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

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

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

border-color css

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

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

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