Html Css Color HEX #BC580A Tenne (Tawny)

📋 copy color: '#BC580A'

red 188 ◦ green 88 ◦ blue 10

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

Shades of Tenne (Tawny) #BC580A

Tints of Tenne (Tawny) #BC580A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.77%

 BLUE value IS 10 (4.3% from 255) = 3.5%

R = 65.73%
G = 30.77%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC580A (or 0xBC580A) is known color: Tenne (Tawny). HEX triplet: BC, 58 and 0A. RGB value is (188,88,10). Sum of RGB (Red+Green+Blue) = 188+88+10=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC580A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC580A is #43A7F5. Grayscale: #6D6D6D. Windows color (decimal): -4433910 or 678076. OLE color: 678076.

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

Color convert

RGB 188 88 10 -
CMYK 0 0.53 0.95 0.26
HSL 26.29º 0.9% 0.39% -
HSV(B) 26.29º 0.95% 0.74% -
XYZ 24.28 17.69 2.42 -
YUV 109.01 72.13 184.34 -
System Red Green Blue C M Y K H S L
Decimal 188 88 10 0 0.53 0.95 0.26 26.29 0.9 0.39
Hex BC 58 A 0 35 5F 1A 1A 5A 27
Octal 274 130 12 0 65 137 32 32 132 47
Binary 10111100 1011000 1010 0 110101 1011111 11010 11010 1011010 100111

Color Harmonies of #BC580A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC580A

Black with #BC580A

Text Example


Text Example

White with #BC580A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC580A; }

 p { color: rgb(188,88,10); }

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

background-color css

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

 a { background-color: rgb(188,88,10); }

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

border-color css

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

 span { border-color: rgb(188,88,10); }

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