Html Css Color HEX #BC3F22 Harley Davidson Orange

📋 copy color: '#BC3F22'

red 188 ◦ green 63 ◦ blue 34

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

Shades of Harley Davidson Orange #BC3F22

Tints of Harley Davidson Orange #BC3F22

RGB

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

 GREEN value IS 63 (25% from 255) = 22.11%

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

R = 65.96%
G = 22.11%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC3F22 (or 0xBC3F22) is known color: Harley Davidson Orange. HEX triplet: BC, 3F and 22. RGB value is (188,63,34). Sum of RGB (Red+Green+Blue) = 188+63+34=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 34 (13.67% from 255 or 11.93% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3F22 is #43C0DD. Grayscale: #616161. Windows color (decimal): -4440286 or 2244540. OLE color: 2244540.

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

Color convert

RGB 188 63 34 -
CMYK 0 0.66 0.82 0.26
HSL 11.3º 0.69% 0.44% -
HSV(B) 11.3º 0.82% 0.74% -
XYZ 22.81 14.36 3.08 -
YUV 97.07 92.41 192.86 -
System Red Green Blue C M Y K H S L
Decimal 188 63 34 0 0.66 0.82 0.26 11.3 0.69 0.44
Hex BC 3F 22 0 42 52 1A B 45 2C
Octal 274 77 42 0 102 122 32 13 105 54
Binary 10111100 111111 100010 0 1000010 1010010 11010 1011 1000101 101100

Color Harmonies of #BC3F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3F22

Black with #BC3F22

Text Example


Text Example

White with #BC3F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3F22; }

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

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

background-color css

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

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

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

border-color css

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

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

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