Html Css Color HEX #BC5409 Tenne (Tawny)

📋 copy color: '#BC5409'

red 188 ◦ green 84 ◦ blue 9

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

Shades of Tenne (Tawny) #BC5409

Tints of Tenne (Tawny) #BC5409

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.89%

 BLUE value IS 9 (3.91% from 255) = 3.2%

R = 66.9%
G = 29.89%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC5409 (or 0xBC5409) is known color: Tenne (Tawny). HEX triplet: BC, 54 and 09. RGB value is (188,84,9). Sum of RGB (Red+Green+Blue) = 188+84+9=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5409 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5409 is #43ABF6. Grayscale: #6A6A6A. Windows color (decimal): -4434935 or 611516. OLE color: 611516.

HSL color Cylindrical-coordinate representation of color #BC5409: hue angle of 25.14º degrees, saturation: 0.91, 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 #BC5409 is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 84 9 -
CMYK 0 0.55 0.95 0.26
HSL 25.14º 0.91% 0.39% -
HSV(B) 25.14º 0.95% 0.74% -
XYZ 23.96 17.05 2.29 -
YUV 106.55 72.96 186.1 -
System Red Green Blue C M Y K H S L
Decimal 188 84 9 0 0.55 0.95 0.26 25.14 0.91 0.39
Hex BC 54 9 0 37 5F 1A 19 5B 27
Octal 274 124 11 0 67 137 32 31 133 47
Binary 10111100 1010100 1001 0 110111 1011111 11010 11001 1011011 100111

Color Harmonies of #BC5409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5409

Black with #BC5409

Text Example


Text Example

White with #BC5409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5409; }

 p { color: rgb(188,84,9); }

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

background-color css

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

 a { background-color: rgb(188,84,9); }

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

border-color css

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

 span { border-color: rgb(188,84,9); }

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