Html Css Color HEX #BC5F0B Tenne (Tawny)

📋 copy color: '#BC5F0B'

red 188 ◦ green 95 ◦ blue 11

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

Shades of Tenne (Tawny) #BC5F0B

Tints of Tenne (Tawny) #BC5F0B

RGB

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

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

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

R = 63.95%
G = 32.31%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC5F0B (or 0xBC5F0B) is known color: Tenne (Tawny). HEX triplet: BC, 5F and 0B. RGB value is (188,95,11). Sum of RGB (Red+Green+Blue) = 188+95+11=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5F0B is #43A0F4. Grayscale: #717171. Windows color (decimal): -4432117 or 745404. OLE color: 745404.

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

Color convert

RGB 188 95 11 -
CMYK 0 0.49 0.94 0.26
HSL 28.47º 0.89% 0.39% -
HSV(B) 28.47º 0.94% 0.74% -
XYZ 24.89 18.9 2.65 -
YUV 113.23 70.31 181.33 -
System Red Green Blue C M Y K H S L
Decimal 188 95 11 0 0.49 0.94 0.26 28.47 0.89 0.39
Hex BC 5F B 0 31 5E 1A 1C 59 27
Octal 274 137 13 0 61 136 32 34 131 47
Binary 10111100 1011111 1011 0 110001 1011110 11010 11100 1011001 100111

Color Harmonies of #BC5F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5F0B

Black with #BC5F0B

Text Example


Text Example

White with #BC5F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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