Html Css Color HEX #BC5302 Tenne (Tawny)

📋 copy color: '#BC5302'

red 188 ◦ green 83 ◦ blue 2

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

Shades of Tenne (Tawny) #BC5302

Tints of Tenne (Tawny) #BC5302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 68.86%
G = 30.4%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC5302 (or 0xBC5302) is known color: Tenne (Tawny). HEX triplet: BC, 53 and 02. RGB value is (188,83,2). Sum of RGB (Red+Green+Blue) = 188+83+2=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5302 is #43ACFD. Grayscale: #696969. Windows color (decimal): -4435198 or 152508. OLE color: 152508.

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

Color convert

RGB 188 83 2 -
CMYK 0 0.56 0.99 0.26
HSL 26.13º 0.98% 0.37% -
HSV(B) 26.13º 0.99% 0.74% -
XYZ 23.84 16.88 2.06 -
YUV 105.16 69.79 187.09 -
System Red Green Blue C M Y K H S L
Decimal 188 83 2 0 0.56 0.99 0.26 26.13 0.98 0.37
Hex BC 53 2 0 38 63 1A 1A 62 25
Octal 274 123 2 0 70 143 32 32 142 45
Binary 10111100 1010011 10 0 111000 1100011 11010 11010 1100010 100101

Color Harmonies of #BC5302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5302

Black with #BC5302

Text Example


Text Example

White with #BC5302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5302; }

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

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

background-color css

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

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

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

border-color css

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

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

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