Html Css Color HEX #B65C0B Tenne (Tawny)

📋 copy color: '#B65C0B'

red 182 ◦ green 92 ◦ blue 11

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

Shades of Tenne (Tawny) #B65C0B

Tints of Tenne (Tawny) #B65C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.86%

R = 63.86%
G = 32.28%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B65C0B (or 0xB65C0B) is known color: Tenne (Tawny). HEX triplet: B6, 5C and 0B. RGB value is (182,92,11). Sum of RGB (Red+Green+Blue) = 182+92+11=285 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.86% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65C0B is #49A3F4. Grayscale: #6E6E6E. Windows color (decimal): -4826101 or 744630. OLE color: 744630.

HSL color Cylindrical-coordinate representation of color #B65C0B: hue angle of 28.42º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B65C0B is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 92 11 -
CMYK 0 0.49 0.94 0.29
HSL 28.42º 0.89% 0.38% -
HSV(B) 28.42º 0.94% 0.71% -
XYZ 23.18 17.62 2.5 -
YUV 109.68 72.32 179.59 -
System Red Green Blue C M Y K H S L
Decimal 182 92 11 0 0.49 0.94 0.29 28.42 0.89 0.38
Hex B6 5C B 0 31 5E 1D 1C 59 26
Octal 266 134 13 0 61 136 35 34 131 46
Binary 10110110 1011100 1011 0 110001 1011110 11101 11100 1011001 100110

Color Harmonies of #B65C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65C0B

Black with #B65C0B

Text Example


Text Example

White with #B65C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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