Html Css Color HEX #BC3522 Harley Davidson Orange

📋 copy color: '#BC3522'

red 188 ◦ green 53 ◦ blue 34

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

Shades of Harley Davidson Orange #BC3522

Tints of Harley Davidson Orange #BC3522

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.27%

 BLUE value IS 34 (13.67% from 255) = 12.36%

R = 68.36%
G = 19.27%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC3522 (or 0xBC3522) is known color: Harley Davidson Orange. HEX triplet: BC, 35 and 22. RGB value is (188,53,34). Sum of RGB (Red+Green+Blue) = 188+53+34=275 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.36% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3522 is #43CADD. Grayscale: #5B5B5B. Windows color (decimal): -4442846 or 2241980. OLE color: 2241980.

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

Color convert

RGB 188 53 34 -
CMYK 0 0.72 0.82 0.26
HSL 7.4º 0.69% 0.44% -
HSV(B) 7.4º 0.82% 0.74% -
XYZ 22.3 13.35 2.92 -
YUV 91.2 95.73 197.04 -
System Red Green Blue C M Y K H S L
Decimal 188 53 34 0 0.72 0.82 0.26 7.4 0.69 0.44
Hex BC 35 22 0 48 52 1A 7 45 2C
Octal 274 65 42 0 110 122 32 7 105 54
Binary 10111100 110101 100010 0 1001000 1010010 11010 111 1000101 101100

Color Harmonies of #BC3522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3522

Black with #BC3522

Text Example


Text Example

White with #BC3522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3522; }

 p { color: rgb(188,53,34); }

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

background-color css

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

 a { background-color: rgb(188,53,34); }

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

border-color css

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

 span { border-color: rgb(188,53,34); }

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