Html Css Color HEX #BC5D0B Tenne (Tawny)

📋 copy color: '#BC5D0B'

red 188 ◦ green 93 ◦ blue 11

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

Shades of Tenne (Tawny) #BC5D0B

Tints of Tenne (Tawny) #BC5D0B

RGB

 RED value IS 188 (73.83% from 255) = 64.38%

 GREEN value IS 93 (36.72% from 255) = 31.85%

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

R = 64.38%
G = 31.85%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC5D0B (or 0xBC5D0B) is known color: Tenne (Tawny). HEX triplet: BC, 5D and 0B. RGB value is (188,93,11). Sum of RGB (Red+Green+Blue) = 188+93+11=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 11 (4.69% from 255 or 3.77% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5D0B is #43A2F4. Grayscale: #707070. Windows color (decimal): -4432629 or 744892. OLE color: 744892.

HSL color Cylindrical-coordinate representation of color #BC5D0B: hue angle of 27.8º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC5D0B is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 93 11 -
CMYK 0 0.51 0.94 0.26
HSL 27.8º 0.89% 0.39% -
HSV(B) 27.8º 0.94% 0.74% -
XYZ 24.71 18.54 2.59 -
YUV 112.06 70.97 182.17 -
System Red Green Blue C M Y K H S L
Decimal 188 93 11 0 0.51 0.94 0.26 27.8 0.89 0.39
Hex BC 5D B 0 33 5E 1A 1C 59 27
Octal 274 135 13 0 63 136 32 34 131 47
Binary 10111100 1011101 1011 0 110011 1011110 11010 11100 1011001 100111

Color Harmonies of #BC5D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5D0B

Black with #BC5D0B

Text Example


Text Example

White with #BC5D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5D0B; }

 p { color: rgb(188,93,11); }

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

background-color css

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

 a { background-color: rgb(188,93,11); }

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

border-color css

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

 span { border-color: rgb(188,93,11); }

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