Html Css Color HEX #BD3314 Harley Davidson Orange

📋 copy color: '#BD3314'

red 189 ◦ green 51 ◦ blue 20

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

Shades of Harley Davidson Orange #BD3314

Tints of Harley Davidson Orange #BD3314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.69%

R = 72.69%
G = 19.62%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD3314 (or 0xBD3314) is known color: Harley Davidson Orange. HEX triplet: BD, 33 and 14. RGB value is (189,51,20). Sum of RGB (Red+Green+Blue) = 189+51+20=260 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.69% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3314 is #42CCEB. Grayscale: #585858. Windows color (decimal): -4377836 or 1323965. OLE color: 1323965.

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

Color convert

RGB 189 51 20 -
CMYK 0 0.73 0.89 0.26
HSL 11.01º 0.81% 0.41% -
HSV(B) 11.01º 0.89% 0.74% -
XYZ 22.3 13.24 2.04 -
YUV 88.73 89.22 199.52 -
System Red Green Blue C M Y K H S L
Decimal 189 51 20 0 0.73 0.89 0.26 11.01 0.81 0.41
Hex BD 33 14 0 49 59 1A B 51 29
Octal 275 63 24 0 111 131 32 13 121 51
Binary 10111101 110011 10100 0 1001001 1011001 11010 1011 1010001 101001

Color Harmonies of #BD3314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3314

Black with #BD3314

Text Example


Text Example

White with #BD3314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3314; }

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

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

background-color css

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

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

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

border-color css

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

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

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