Html Css Color HEX #BD3C22 Harley Davidson Orange

📋 copy color: '#BD3C22'

red 189 ◦ green 60 ◦ blue 34

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

Shades of Harley Davidson Orange #BD3C22

Tints of Harley Davidson Orange #BD3C22

RGB

 RED value IS 189 (74.22% from 255) = 66.78%

 GREEN value IS 60 (23.83% from 255) = 21.2%

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

R = 66.78%
G = 21.2%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BD3C22 (or 0xBD3C22) is known color: Harley Davidson Orange. HEX triplet: BD, 3C and 22. RGB value is (189,60,34). Sum of RGB (Red+Green+Blue) = 189+60+34=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 34 (13.67% from 255 or 12.01% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3C22 is #42C3DD. Grayscale: #5F5F5F. Windows color (decimal): -4375518 or 2243773. OLE color: 2243773.

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

Color convert

RGB 189 60 34 -
CMYK 0 0.68 0.82 0.26
HSL 10.06º 0.7% 0.44% -
HSV(B) 10.06º 0.82% 0.74% -
XYZ 22.89 14.17 3.04 -
YUV 95.61 93.24 194.61 -
System Red Green Blue C M Y K H S L
Decimal 189 60 34 0 0.68 0.82 0.26 10.06 0.7 0.44
Hex BD 3C 22 0 44 52 1A A 46 2C
Octal 275 74 42 0 104 122 32 12 106 54
Binary 10111101 111100 100010 0 1000100 1010010 11010 1010 1000110 101100

Color Harmonies of #BD3C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3C22

Black with #BD3C22

Text Example


Text Example

White with #BD3C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3C22; }

 p { color: rgb(189,60,34); }

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

background-color css

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

 a { background-color: rgb(189,60,34); }

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

border-color css

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

 span { border-color: rgb(189,60,34); }

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