Html Css Color HEX #BC3724 Harley Davidson Orange

📋 copy color: '#BC3724'

red 188 ◦ green 55 ◦ blue 36

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

Shades of Harley Davidson Orange #BC3724

Tints of Harley Davidson Orange #BC3724

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.71%

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

R = 67.38%
G = 19.71%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC3724 (or 0xBC3724) is known color: Harley Davidson Orange. HEX triplet: BC, 37 and 24. RGB value is (188,55,36). Sum of RGB (Red+Green+Blue) = 188+55+36=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3724 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3724 is #43C8DB. Grayscale: #5C5C5C. Windows color (decimal): -4442332 or 2373564. OLE color: 2373564.

HSL color Cylindrical-coordinate representation of color #BC3724: hue angle of 7.5º 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 #BC3724 is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 55 36 -
CMYK 0 0.71 0.81 0.26
HSL 7.5º 0.68% 0.44% -
HSV(B) 7.5º 0.81% 0.74% -
XYZ 22.42 13.55 3.1 -
YUV 92.6 96.06 196.04 -
System Red Green Blue C M Y K H S L
Decimal 188 55 36 0 0.71 0.81 0.26 7.5 0.68 0.44
Hex BC 37 24 0 47 51 1A 8 44 2C
Octal 274 67 44 0 107 121 32 10 104 54
Binary 10111100 110111 100100 0 1000111 1010001 11010 1000 1000100 101100

Color Harmonies of #BC3724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3724

Black with #BC3724

Text Example


Text Example

White with #BC3724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3724; }

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

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

background-color css

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

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

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

border-color css

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

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

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