Html Css Color HEX #BC5509 Tenne (Tawny)

📋 copy color: '#BC5509'

red 188 ◦ green 85 ◦ blue 9

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

Shades of Tenne (Tawny) #BC5509

Tints of Tenne (Tawny) #BC5509

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.14%

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

R = 66.67%
G = 30.14%
B = 3.19%

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

#BC5509 (or 0xBC5509) is known color: Tenne (Tawny). HEX triplet: BC, 55 and 09. RGB value is (188,85,9). Sum of RGB (Red+Green+Blue) = 188+85+9=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 9 (3.91% from 255 or 3.19% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5509 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5509 is #43AAF6. Grayscale: #6B6B6B. Windows color (decimal): -4434679 or 611772. OLE color: 611772.

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

Color convert

RGB 188 85 9 -
CMYK 0 0.55 0.95 0.26
HSL 25.47º 0.91% 0.39% -
HSV(B) 25.47º 0.95% 0.74% -
XYZ 24.04 17.21 2.31 -
YUV 107.13 72.62 185.68 -
System Red Green Blue C M Y K H S L
Decimal 188 85 9 0 0.55 0.95 0.26 25.47 0.91 0.39
Hex BC 55 9 0 37 5F 1A 19 5B 27
Octal 274 125 11 0 67 137 32 31 133 47
Binary 10111100 1010101 1001 0 110111 1011111 11010 11001 1011011 100111

Color Harmonies of #BC5509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5509

Black with #BC5509

Text Example


Text Example

White with #BC5509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5509; }

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

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

background-color css

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

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

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

border-color css

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

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

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