Html Css Color HEX #BD3015 Harley Davidson Orange

📋 copy color: '#BD3015'

red 189 ◦ green 48 ◦ blue 21

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

Shades of Harley Davidson Orange #BD3015

Tints of Harley Davidson Orange #BD3015

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.6%

 BLUE value IS 21 (8.59% from 255) = 8.14%

R = 73.26%
G = 18.6%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD3015 (or 0xBD3015) is known color: Harley Davidson Orange. HEX triplet: BD, 30 and 15. RGB value is (189,48,21). Sum of RGB (Red+Green+Blue) = 189+48+21=258 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.26% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3015 is #42CFEA. Grayscale: #575757. Windows color (decimal): -4378603 or 1388733. OLE color: 1388733.

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

Color convert

RGB 189 48 21 -
CMYK 0 0.75 0.89 0.26
HSL 9.64º 0.8% 0.41% -
HSV(B) 9.64º 0.89% 0.74% -
XYZ 22.18 12.99 2.05 -
YUV 87.08 90.71 200.7 -
System Red Green Blue C M Y K H S L
Decimal 189 48 21 0 0.75 0.89 0.26 9.64 0.8 0.41
Hex BD 30 15 0 4B 59 1A A 50 29
Octal 275 60 25 0 113 131 32 12 120 51
Binary 10111101 110000 10101 0 1001011 1011001 11010 1010 1010000 101001

Color Harmonies of #BD3015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3015

Black with #BD3015

Text Example


Text Example

White with #BD3015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3015; }

 p { color: rgb(189,48,21); }

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

background-color css

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

 a { background-color: rgb(189,48,21); }

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

border-color css

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

 span { border-color: rgb(189,48,21); }

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