Html Css Color HEX #BC3218 Harley Davidson Orange

📋 copy color: '#BC3218'

red 188 ◦ green 50 ◦ blue 24

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

Shades of Harley Davidson Orange #BC3218

Tints of Harley Davidson Orange #BC3218

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.08%

 BLUE value IS 24 (9.77% from 255) = 9.16%

R = 71.76%
G = 19.08%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC3218 (or 0xBC3218) is known color: Harley Davidson Orange. HEX triplet: BC, 32 and 18. RGB value is (188,50,24). Sum of RGB (Red+Green+Blue) = 188+50+24=262 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.76% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3218 is #43CDE7. Grayscale: #585858. Windows color (decimal): -4443624 or 1585852. OLE color: 1585852.

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

Color convert

RGB 188 50 24 -
CMYK 0 0.73 0.87 0.26
HSL 9.51º 0.77% 0.42% -
HSV(B) 9.51º 0.87% 0.74% -
XYZ 22.04 13.04 2.22 -
YUV 88.3 91.72 199.11 -
System Red Green Blue C M Y K H S L
Decimal 188 50 24 0 0.73 0.87 0.26 9.51 0.77 0.42
Hex BC 32 18 0 49 57 1A A 4D 2A
Octal 274 62 30 0 111 127 32 12 115 52
Binary 10111100 110010 11000 0 1001001 1010111 11010 1010 1001101 101010

Color Harmonies of #BC3218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3218

Black with #BC3218

Text Example


Text Example

White with #BC3218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3218; }

 p { color: rgb(188,50,24); }

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

background-color css

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

 a { background-color: rgb(188,50,24); }

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

border-color css

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

 span { border-color: rgb(188,50,24); }

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