Html Css Color HEX #BC3315 Harley Davidson Orange

📋 copy color: '#BC3315'

red 188 ◦ green 51 ◦ blue 21

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

Shades of Harley Davidson Orange #BC3315

Tints of Harley Davidson Orange #BC3315

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.62%

 BLUE value IS 21 (8.59% from 255) = 8.08%

R = 72.31%
G = 19.62%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC3315 (or 0xBC3315) is known color: Harley Davidson Orange. HEX triplet: BC, 33 and 15. RGB value is (188,51,21). Sum of RGB (Red+Green+Blue) = 188+51+21=260 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.31% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 21 (8.59% from 255 or 8.08% from 260); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3315 is #43CCEA. Grayscale: #585858. Windows color (decimal): -4443371 or 1389500. OLE color: 1389500.

HSL color Cylindrical-coordinate representation of color #BC3315: hue angle of 10.78º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC3315 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 51 21 -
CMYK 0 0.73 0.89 0.26
HSL 10.78º 0.8% 0.41% -
HSV(B) 10.78º 0.89% 0.74% -
XYZ 22.06 13.11 2.08 -
YUV 88.54 89.89 198.94 -
System Red Green Blue C M Y K H S L
Decimal 188 51 21 0 0.73 0.89 0.26 10.78 0.8 0.41
Hex BC 33 15 0 49 59 1A B 50 29
Octal 274 63 25 0 111 131 32 13 120 51
Binary 10111100 110011 10101 0 1001001 1011001 11010 1011 1010000 101001

Color Harmonies of #BC3315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3315

Black with #BC3315

Text Example


Text Example

White with #BC3315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3315; }

 p { color: rgb(188,51,21); }

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

background-color css

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

 a { background-color: rgb(188,51,21); }

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

border-color css

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

 span { border-color: rgb(188,51,21); }

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