Html Css Color HEX #BD3322 Harley Davidson Orange

📋 copy color: '#BD3322'

red 189 ◦ green 51 ◦ blue 34

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

Shades of Harley Davidson Orange #BD3322

Tints of Harley Davidson Orange #BD3322

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.61%

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

R = 68.98%
G = 18.61%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BD3322 (or 0xBD3322) is known color: Harley Davidson Orange. HEX triplet: BD, 33 and 22. RGB value is (189,51,34). Sum of RGB (Red+Green+Blue) = 189+51+34=274 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.98% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 34 (13.67% from 255 or 12.41% from 274); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3322 is #42CCDD. Grayscale: #5A5A5A. Windows color (decimal): -4377822 or 2241469. OLE color: 2241469.

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

Color convert

RGB 189 51 34 -
CMYK 0 0.73 0.82 0.26
HSL 6.58º 0.7% 0.44% -
HSV(B) 6.58º 0.82% 0.74% -
XYZ 22.46 13.3 2.9 -
YUV 90.32 96.22 198.38 -
System Red Green Blue C M Y K H S L
Decimal 189 51 34 0 0.73 0.82 0.26 6.58 0.7 0.44
Hex BD 33 22 0 49 52 1A 7 46 2C
Octal 275 63 42 0 111 122 32 7 106 54
Binary 10111101 110011 100010 0 1001001 1010010 11010 111 1000110 101100

Color Harmonies of #BD3322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3322

Black with #BD3322

Text Example


Text Example

White with #BD3322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3322; }

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

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

background-color css

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

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

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

border-color css

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

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

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