Html Css Color HEX #BC5300 Tenne (Tawny)

📋 copy color: '#BC5300'

red 188 ◦ green 83 ◦ blue 0

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

Shades of Tenne (Tawny) #BC5300

Tints of Tenne (Tawny) #BC5300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.37%
G = 30.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC5300 (or 0xBC5300) is known color: Tenne (Tawny). HEX triplet: BC, 53 and 00. RGB value is (188,83,0). Sum of RGB (Red+Green+Blue) = 188+83+0=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5300 is #43ACFF. Grayscale: #696969. Windows color (decimal): -4435200 or 21436. OLE color: 21436.

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

Color convert

RGB 188 83 0 -
CMYK 0 0.56 1 0.26
HSL 26.49º 1% 0.37% -
HSV(B) 26.49º 1% 0.74% -
XYZ 23.83 16.88 2 -
YUV 104.93 68.79 187.25 -
System Red Green Blue C M Y K H S L
Decimal 188 83 0 0 0.56 1 0.26 26.49 1 0.37
Hex BC 53 0 0 38 64 1A 1A 64 25
Octal 274 123 0 0 70 144 32 32 144 45
Binary 10111100 1010011 0 0 111000 1100100 11010 11010 1100100 100101

Color Harmonies of #BC5300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5300

Black with #BC5300

Text Example


Text Example

White with #BC5300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5300; }

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

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

background-color css

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

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

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

border-color css

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

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

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