Html Css Color HEX #BC5303 Tenne (Tawny)

📋 copy color: '#BC5303'

red 188 ◦ green 83 ◦ blue 3

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

Shades of Tenne (Tawny) #BC5303

Tints of Tenne (Tawny) #BC5303

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.29%

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

R = 68.61%
G = 30.29%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC5303 (or 0xBC5303) is known color: Tenne (Tawny). HEX triplet: BC, 53 and 03. RGB value is (188,83,3). Sum of RGB (Red+Green+Blue) = 188+83+3=274 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.61% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 3 (1.56% from 255 or 1.09% from 274); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5303 is #43ACFC. Grayscale: #696969. Windows color (decimal): -4435197 or 218044. OLE color: 218044.

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

Color convert

RGB 188 83 3 -
CMYK 0 0.56 0.98 0.26
HSL 25.95º 0.97% 0.37% -
HSV(B) 25.95º 0.98% 0.74% -
XYZ 23.85 16.88 2.09 -
YUV 105.28 70.29 187 -
System Red Green Blue C M Y K H S L
Decimal 188 83 3 0 0.56 0.98 0.26 25.95 0.97 0.37
Hex BC 53 3 0 38 62 1A 1A 61 25
Octal 274 123 3 0 70 142 32 32 141 45
Binary 10111100 1010011 11 0 111000 1100010 11010 11010 1100001 100101

Color Harmonies of #BC5303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5303

Black with #BC5303

Text Example


Text Example

White with #BC5303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5303; }

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

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

background-color css

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

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

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

border-color css

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

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

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