Html Css Color HEX #BC5B0A Tenne (Tawny)

📋 copy color: '#BC5B0A'

red 188 ◦ green 91 ◦ blue 10

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

Shades of Tenne (Tawny) #BC5B0A

Tints of Tenne (Tawny) #BC5B0A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.49%

 BLUE value IS 10 (4.3% from 255) = 3.46%

R = 65.05%
G = 31.49%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC5B0A (or 0xBC5B0A) is known color: Tenne (Tawny). HEX triplet: BC, 5B and 0A. RGB value is (188,91,10). Sum of RGB (Red+Green+Blue) = 188+91+10=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5B0A is #43A4F5. Grayscale: #6F6F6F. Windows color (decimal): -4433142 or 678844. OLE color: 678844.

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

Color convert

RGB 188 91 10 -
CMYK 0 0.52 0.95 0.26
HSL 27.3º 0.9% 0.39% -
HSV(B) 27.3º 0.95% 0.74% -
XYZ 24.53 18.2 2.51 -
YUV 110.77 71.14 183.09 -
System Red Green Blue C M Y K H S L
Decimal 188 91 10 0 0.52 0.95 0.26 27.3 0.9 0.39
Hex BC 5B A 0 34 5F 1A 1B 5A 27
Octal 274 133 12 0 64 137 32 33 132 47
Binary 10111100 1011011 1010 0 110100 1011111 11010 11011 1011010 100111

Color Harmonies of #BC5B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5B0A

Black with #BC5B0A

Text Example


Text Example

White with #BC5B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5B0A; }

 p { color: rgb(188,91,10); }

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

background-color css

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

 a { background-color: rgb(188,91,10); }

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

border-color css

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

 span { border-color: rgb(188,91,10); }

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