Html Css Color HEX #B65C12 Tenne (Tawny)

📋 copy color: '#B65C12'

red 182 ◦ green 92 ◦ blue 18

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

Shades of Tenne (Tawny) #B65C12

Tints of Tenne (Tawny) #B65C12

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.51%

 BLUE value IS 18 (7.42% from 255) = 6.16%

R = 62.33%
G = 31.51%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B65C12 (or 0xB65C12) is known color: Tenne (Tawny). HEX triplet: B6, 5C and 12. RGB value is (182,92,18). Sum of RGB (Red+Green+Blue) = 182+92+18=292 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.33% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65C12 is #49A3ED. Grayscale: #6E6E6E. Windows color (decimal): -4826094 or 1203382. OLE color: 1203382.

HSL color Cylindrical-coordinate representation of color #B65C12: hue angle of 27.07º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B65C12 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 92 18 -
CMYK 0 0.49 0.90 0.29
HSL 27.07º 0.82% 0.39% -
HSV(B) 27.07º 0.9% 0.71% -
XYZ 23.23 17.64 2.75 -
YUV 110.47 75.82 179.02 -
System Red Green Blue C M Y K H S L
Decimal 182 92 18 0 0.49 0.90 0.29 27.07 0.82 0.39
Hex B6 5C 12 0 31 5A 1D 1B 52 27
Octal 266 134 22 0 61 132 35 33 122 47
Binary 10110110 1011100 10010 0 110001 1011010 11101 11011 1010010 100111

Color Harmonies of #B65C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65C12

Black with #B65C12

Text Example


Text Example

White with #B65C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65C12; }

 p { color: rgb(182,92,18); }

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

background-color css

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

 a { background-color: rgb(182,92,18); }

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

border-color css

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

 span { border-color: rgb(182,92,18); }

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