Html Css Color HEX #B65A09 Tenne (Tawny)

📋 copy color: '#B65A09'

red 182 ◦ green 90 ◦ blue 9

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

Shades of Tenne (Tawny) #B65A09

Tints of Tenne (Tawny) #B65A09

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.03%

 BLUE value IS 9 (3.91% from 255) = 3.2%

R = 64.77%
G = 32.03%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B65A09 (or 0xB65A09) is known color: Tenne (Tawny). HEX triplet: B6, 5A and 09. RGB value is (182,90,9). Sum of RGB (Red+Green+Blue) = 182+90+9=281 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.77% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 182 - color contains mainly: red. Hex color #B65A09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65A09 is #49A5F6. Grayscale: #6C6C6C. Windows color (decimal): -4826615 or 613046. OLE color: 613046.

HSL color Cylindrical-coordinate representation of color #B65A09: hue angle of 28.09º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B65A09 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 90 9 -
CMYK 0 0.51 0.95 0.29
HSL 28.09º 0.91% 0.37% -
HSV(B) 28.09º 0.95% 0.71% -
XYZ 23 17.28 2.38 -
YUV 108.27 71.98 180.59 -
System Red Green Blue C M Y K H S L
Decimal 182 90 9 0 0.51 0.95 0.29 28.09 0.91 0.37
Hex B6 5A 9 0 33 5F 1D 1C 5B 25
Octal 266 132 11 0 63 137 35 34 133 45
Binary 10110110 1011010 1001 0 110011 1011111 11101 11100 1011011 100101

Color Harmonies of #B65A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65A09

Black with #B65A09

Text Example


Text Example

White with #B65A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65A09; }

 p { color: rgb(182,90,9); }

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

background-color css

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

 a { background-color: rgb(182,90,9); }

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

border-color css

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

 span { border-color: rgb(182,90,9); }

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