Html Css Color HEX #BD3210 Harley Davidson Orange

📋 copy color: '#BD3210'

red 189 ◦ green 50 ◦ blue 16

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

Shades of Harley Davidson Orange #BD3210

Tints of Harley Davidson Orange #BD3210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.27%

R = 74.12%
G = 19.61%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD3210 (or 0xBD3210) is known color: Harley Davidson Orange. HEX triplet: BD, 32 and 10. RGB value is (189,50,16). Sum of RGB (Red+Green+Blue) = 189+50+16=255 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.12% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3210 is #42CDEF. Grayscale: #575757. Windows color (decimal): -4378096 or 1061565. OLE color: 1061565.

HSL color Cylindrical-coordinate representation of color #BD3210: hue angle of 11.79º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD3210 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 50 16 -
CMYK 0 0.74 0.92 0.26
HSL 11.79º 0.84% 0.4% -
HSV(B) 11.79º 0.92% 0.74% -
XYZ 22.22 13.14 1.85 -
YUV 87.69 87.55 200.26 -
System Red Green Blue C M Y K H S L
Decimal 189 50 16 0 0.74 0.92 0.26 11.79 0.84 0.4
Hex BD 32 10 0 4A 5C 1A C 54 28
Octal 275 62 20 0 112 134 32 14 124 50
Binary 10111101 110010 10000 0 1001010 1011100 11010 1100 1010100 101000

Color Harmonies of #BD3210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3210

Black with #BD3210

Text Example


Text Example

White with #BD3210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3210; }

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

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

background-color css

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

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

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

border-color css

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

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

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