Html Css Color HEX #BD320B Harley Davidson Orange

📋 copy color: '#BD320B'

red 189 ◦ green 50 ◦ blue 11

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

Shades of Harley Davidson Orange #BD320B

Tints of Harley Davidson Orange #BD320B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.4%

R = 75.6%
G = 20%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD320B (or 0xBD320B) is known color: Harley Davidson Orange. HEX triplet: BD, 32 and 0B. RGB value is (189,50,11). Sum of RGB (Red+Green+Blue) = 189+50+11=250 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.6% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 189 - color contains mainly: red. Hex color #BD320B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD320B is #42CDF4. Grayscale: #575757. Windows color (decimal): -4378101 or 733885. OLE color: 733885.

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

Color convert

RGB 189 50 11 -
CMYK 0 0.74 0.94 0.26
HSL 13.15º 0.89% 0.39% -
HSV(B) 13.15º 0.94% 0.74% -
XYZ 22.19 13.12 1.68 -
YUV 87.12 85.05 200.67 -
System Red Green Blue C M Y K H S L
Decimal 189 50 11 0 0.74 0.94 0.26 13.15 0.89 0.39
Hex BD 32 B 0 4A 5E 1A D 59 27
Octal 275 62 13 0 112 136 32 15 131 47
Binary 10111101 110010 1011 0 1001010 1011110 11010 1101 1011001 100111

Color Harmonies of #BD320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD320B

Black with #BD320B

Text Example


Text Example

White with #BD320B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD320B; }

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

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

background-color css

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

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

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

border-color css

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

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

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