Html Css Color HEX #BD3814 Harley Davidson Orange

📋 copy color: '#BD3814'

red 189 ◦ green 56 ◦ blue 20

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

Shades of Harley Davidson Orange #BD3814

Tints of Harley Davidson Orange #BD3814

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.13%

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

R = 71.32%
G = 21.13%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD3814 (or 0xBD3814) is known color: Harley Davidson Orange. HEX triplet: BD, 38 and 14. RGB value is (189,56,20). Sum of RGB (Red+Green+Blue) = 189+56+20=265 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.32% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3814 is #42C7EB. Grayscale: #5B5B5B. Windows color (decimal): -4376556 or 1325245. OLE color: 1325245.

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

Color convert

RGB 189 56 20 -
CMYK 0 0.70 0.89 0.26
HSL 12.78º 0.81% 0.41% -
HSV(B) 12.78º 0.89% 0.74% -
XYZ 22.53 13.7 2.12 -
YUV 91.66 87.56 197.43 -
System Red Green Blue C M Y K H S L
Decimal 189 56 20 0 0.70 0.89 0.26 12.78 0.81 0.41
Hex BD 38 14 0 46 59 1A D 51 29
Octal 275 70 24 0 106 131 32 15 121 51
Binary 10111101 111000 10100 0 1000110 1011001 11010 1101 1010001 101001

Color Harmonies of #BD3814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3814

Black with #BD3814

Text Example


Text Example

White with #BD3814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3814; }

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

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

background-color css

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

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

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

border-color css

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

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

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