Html Css Color HEX #BD3222 Harley Davidson Orange

📋 copy color: '#BD3222'

red 189 ◦ green 50 ◦ blue 34

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

Shades of Harley Davidson Orange #BD3222

Tints of Harley Davidson Orange #BD3222

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.32%

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

R = 69.23%
G = 18.32%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BD3222 (or 0xBD3222) is known color: Harley Davidson Orange. HEX triplet: BD, 32 and 22. RGB value is (189,50,34). Sum of RGB (Red+Green+Blue) = 189+50+34=273 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.23% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 34 (13.67% from 255 or 12.45% from 273); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3222 is #42CDDD. Grayscale: #595959. Windows color (decimal): -4378078 or 2241213. OLE color: 2241213.

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

Color convert

RGB 189 50 34 -
CMYK 0 0.74 0.82 0.26
HSL 6.19º 0.7% 0.44% -
HSV(B) 6.19º 0.82% 0.74% -
XYZ 22.42 13.22 2.88 -
YUV 89.74 96.55 198.8 -
System Red Green Blue C M Y K H S L
Decimal 189 50 34 0 0.74 0.82 0.26 6.19 0.7 0.44
Hex BD 32 22 0 4A 52 1A 6 46 2C
Octal 275 62 42 0 112 122 32 6 106 54
Binary 10111101 110010 100010 0 1001010 1010010 11010 110 1000110 101100

Color Harmonies of #BD3222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3222

Black with #BD3222

Text Example


Text Example

White with #BD3222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3222; }

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

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

background-color css

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

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

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

border-color css

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

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

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