Html Css Color HEX #BC3924 Harley Davidson Orange

📋 copy color: '#BC3924'

red 188 ◦ green 57 ◦ blue 36

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

Shades of Harley Davidson Orange #BC3924

Tints of Harley Davidson Orange #BC3924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.81%

R = 66.9%
G = 20.28%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC3924 (or 0xBC3924) is known color: Harley Davidson Orange. HEX triplet: BC, 39 and 24. RGB value is (188,57,36). Sum of RGB (Red+Green+Blue) = 188+57+36=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3924 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3924 is #43C6DB. Grayscale: #5D5D5D. Windows color (decimal): -4441820 or 2374076. OLE color: 2374076.

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

Color convert

RGB 188 57 36 -
CMYK 0 0.70 0.81 0.26
HSL 8.29º 0.68% 0.44% -
HSV(B) 8.29º 0.81% 0.74% -
XYZ 22.52 13.75 3.14 -
YUV 93.78 95.4 195.21 -
System Red Green Blue C M Y K H S L
Decimal 188 57 36 0 0.70 0.81 0.26 8.29 0.68 0.44
Hex BC 39 24 0 46 51 1A 8 44 2C
Octal 274 71 44 0 106 121 32 10 104 54
Binary 10111100 111001 100100 0 1000110 1010001 11010 1000 1000100 101100

Color Harmonies of #BC3924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3924

Black with #BC3924

Text Example


Text Example

White with #BC3924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3924; }

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

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

background-color css

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

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

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

border-color css

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

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

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