Html Css Color HEX #BC3917 Harley Davidson Orange

📋 copy color: '#BC3917'

red 188 ◦ green 57 ◦ blue 23

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

Shades of Harley Davidson Orange #BC3917

Tints of Harley Davidson Orange #BC3917

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.27%

 BLUE value IS 23 (9.38% from 255) = 8.58%

R = 70.15%
G = 21.27%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC3917 (or 0xBC3917) is known color: Harley Davidson Orange. HEX triplet: BC, 39 and 17. RGB value is (188,57,23). Sum of RGB (Red+Green+Blue) = 188+57+23=268 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.15% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3917 is #43C6E8. Grayscale: #5C5C5C. Windows color (decimal): -4441833 or 1522108. OLE color: 1522108.

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

Color convert

RGB 188 57 23 -
CMYK 0 0.70 0.88 0.26
HSL 12.36º 0.78% 0.41% -
HSV(B) 12.36º 0.88% 0.74% -
XYZ 22.36 13.68 2.27 -
YUV 92.29 88.9 196.26 -
System Red Green Blue C M Y K H S L
Decimal 188 57 23 0 0.70 0.88 0.26 12.36 0.78 0.41
Hex BC 39 17 0 46 58 1A C 4E 29
Octal 274 71 27 0 106 130 32 14 116 51
Binary 10111100 111001 10111 0 1000110 1011000 11010 1100 1001110 101001

Color Harmonies of #BC3917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3917

Black with #BC3917

Text Example


Text Example

White with #BC3917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3917; }

 p { color: rgb(188,57,23); }

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

background-color css

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

 a { background-color: rgb(188,57,23); }

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

border-color css

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

 span { border-color: rgb(188,57,23); }

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