Html Css Color HEX #B65C0E Tenne (Tawny)

📋 copy color: '#B65C0E'

red 182 ◦ green 92 ◦ blue 14

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

Shades of Tenne (Tawny) #B65C0E

Tints of Tenne (Tawny) #B65C0E

RGB

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

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

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

R = 63.19%
G = 31.94%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B65C0E (or 0xB65C0E) is known color: Tenne (Tawny). HEX triplet: B6, 5C and 0E. RGB value is (182,92,14). Sum of RGB (Red+Green+Blue) = 182+92+14=288 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.19% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65C0E is #49A3F1. Grayscale: #6E6E6E. Windows color (decimal): -4826098 or 941238. OLE color: 941238.

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

Color convert

RGB 182 92 14 -
CMYK 0 0.49 0.92 0.29
HSL 27.86º 0.86% 0.38% -
HSV(B) 27.86º 0.92% 0.71% -
XYZ 23.2 17.63 2.6 -
YUV 110.02 73.82 179.34 -
System Red Green Blue C M Y K H S L
Decimal 182 92 14 0 0.49 0.92 0.29 27.86 0.86 0.38
Hex B6 5C E 0 31 5C 1D 1C 56 26
Octal 266 134 16 0 61 134 35 34 126 46
Binary 10110110 1011100 1110 0 110001 1011100 11101 11100 1010110 100110

Color Harmonies of #B65C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65C0E

Black with #B65C0E

Text Example


Text Example

White with #B65C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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