Html Css Color HEX #BC3E21 Harley Davidson Orange

📋 copy color: '#BC3E21'

red 188 ◦ green 62 ◦ blue 33

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

Shades of Harley Davidson Orange #BC3E21

Tints of Harley Davidson Orange #BC3E21

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.91%

 BLUE value IS 33 (13.28% from 255) = 11.66%

R = 66.43%
G = 21.91%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC3E21 (or 0xBC3E21) is known color: Harley Davidson Orange. HEX triplet: BC, 3E and 21. RGB value is (188,62,33). Sum of RGB (Red+Green+Blue) = 188+62+33=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3E21 is #43C1DE. Grayscale: #606060. Windows color (decimal): -4440543 or 2178748. OLE color: 2178748.

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

Color convert

RGB 188 62 33 -
CMYK 0 0.67 0.82 0.26
HSL 11.23º 0.7% 0.43% -
HSV(B) 11.23º 0.82% 0.74% -
XYZ 22.74 14.25 2.99 -
YUV 96.37 92.24 193.36 -
System Red Green Blue C M Y K H S L
Decimal 188 62 33 0 0.67 0.82 0.26 11.23 0.7 0.43
Hex BC 3E 21 0 43 52 1A B 46 2B
Octal 274 76 41 0 103 122 32 13 106 53
Binary 10111100 111110 100001 0 1000011 1010010 11010 1011 1000110 101011

Color Harmonies of #BC3E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3E21

Black with #BC3E21

Text Example


Text Example

White with #BC3E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3E21; }

 p { color: rgb(188,62,33); }

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

background-color css

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

 a { background-color: rgb(188,62,33); }

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

border-color css

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

 span { border-color: rgb(188,62,33); }

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