Html Css Color HEX #B65500 Tenne (Tawny)

📋 copy color: '#B65500'

red 182 ◦ green 85 ◦ blue 0

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

Shades of Tenne (Tawny) #B65500

Tints of Tenne (Tawny) #B65500

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.84%

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

R = 68.16%
G = 31.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B65500 (or 0xB65500) is known color: Tenne (Tawny). HEX triplet: B6, 55 and 00. RGB value is (182,85,0). Sum of RGB (Red+Green+Blue) = 182+85+0=267 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.16% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 182 - color contains mainly: red. Hex color #B65500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65500 is #49AAFF. Grayscale: #686868. Windows color (decimal): -4827904 or 21942. OLE color: 21942.

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

Color convert

RGB 182 85 0 -
CMYK 0 0.53 1 0.29
HSL 28.02º 1% 0.36% -
HSV(B) 28.02º 1% 0.71% -
XYZ 22.54 16.44 1.99 -
YUV 104.31 69.14 183.41 -
System Red Green Blue C M Y K H S L
Decimal 182 85 0 0 0.53 1 0.29 28.02 1 0.36
Hex B6 55 0 0 35 64 1D 1C 64 24
Octal 266 125 0 0 65 144 35 34 144 44
Binary 10110110 1010101 0 0 110101 1100100 11101 11100 1100100 100100

Color Harmonies of #B65500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65500

Black with #B65500

Text Example


Text Example

White with #B65500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65500; }

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

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

background-color css

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

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

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

border-color css

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

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

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