Html Css Color HEX #B65F0E Tenne (Tawny)

📋 copy color: '#B65F0E'

red 182 ◦ green 95 ◦ blue 14

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

Shades of Tenne (Tawny) #B65F0E

Tints of Tenne (Tawny) #B65F0E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.65%

 BLUE value IS 14 (5.86% from 255) = 4.81%

R = 62.54%
G = 32.65%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B65F0E (or 0xB65F0E) is known color: Tenne (Tawny). HEX triplet: B6, 5F and 0E. RGB value is (182,95,14). Sum of RGB (Red+Green+Blue) = 182+95+14=291 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.54% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 182 - color contains mainly: red. Hex color #B65F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65F0E is #49A0F1. Grayscale: #707070. Windows color (decimal): -4825330 or 942006. OLE color: 942006.

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

Color convert

RGB 182 95 14 -
CMYK 0 0.48 0.92 0.29
HSL 28.93º 0.86% 0.38% -
HSV(B) 28.93º 0.92% 0.71% -
XYZ 23.46 18.16 2.68 -
YUV 111.78 72.82 178.09 -
System Red Green Blue C M Y K H S L
Decimal 182 95 14 0 0.48 0.92 0.29 28.93 0.86 0.38
Hex B6 5F E 0 30 5C 1D 1D 56 26
Octal 266 137 16 0 60 134 35 35 126 46
Binary 10110110 1011111 1110 0 110000 1011100 11101 11101 1010110 100110

Color Harmonies of #B65F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65F0E

Black with #B65F0E

Text Example


Text Example

White with #B65F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65F0E; }

 p { color: rgb(182,95,14); }

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

background-color css

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

 a { background-color: rgb(182,95,14); }

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

border-color css

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

 span { border-color: rgb(182,95,14); }

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