Html Css Color HEX #BC5903 Tenne (Tawny)

📋 copy color: '#BC5903'

red 188 ◦ green 89 ◦ blue 3

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

Shades of Tenne (Tawny) #BC5903

Tints of Tenne (Tawny) #BC5903

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.79%

 BLUE value IS 3 (1.56% from 255) = 1.07%

R = 67.14%
G = 31.79%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC5903 (or 0xBC5903) is known color: Tenne (Tawny). HEX triplet: BC, 59 and 03. RGB value is (188,89,3). Sum of RGB (Red+Green+Blue) = 188+89+3=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 3 (1.56% from 255 or 1.07% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5903 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5903 is #43A6FC. Grayscale: #6D6D6D. Windows color (decimal): -4433661 or 219580. OLE color: 219580.

HSL color Cylindrical-coordinate representation of color #BC5903: hue angle of 27.89º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC5903 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 89 3 -
CMYK 0 0.53 0.98 0.26
HSL 27.89º 0.97% 0.37% -
HSV(B) 27.89º 0.98% 0.74% -
XYZ 24.33 17.84 2.25 -
YUV 108.8 68.3 184.49 -
System Red Green Blue C M Y K H S L
Decimal 188 89 3 0 0.53 0.98 0.26 27.89 0.97 0.37
Hex BC 59 3 0 35 62 1A 1C 61 25
Octal 274 131 3 0 65 142 32 34 141 45
Binary 10111100 1011001 11 0 110101 1100010 11010 11100 1100001 100101

Color Harmonies of #BC5903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5903

Black with #BC5903

Text Example


Text Example

White with #BC5903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5903; }

 p { color: rgb(188,89,3); }

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

background-color css

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

 a { background-color: rgb(188,89,3); }

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

border-color css

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

 span { border-color: rgb(188,89,3); }

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