Html Css Color HEX #BD340D Harley Davidson Orange

📋 copy color: '#BD340D'

red 189 ◦ green 52 ◦ blue 13

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

Shades of Harley Davidson Orange #BD340D

Tints of Harley Davidson Orange #BD340D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.47%

 BLUE value IS 13 (5.47% from 255) = 5.12%

R = 74.41%
G = 20.47%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD340D (or 0xBD340D) is known color: Harley Davidson Orange. HEX triplet: BD, 34 and 0D. RGB value is (189,52,13). Sum of RGB (Red+Green+Blue) = 189+52+13=254 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.41% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 189 - color contains mainly: red. Hex color #BD340D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD340D is #42CBF2. Grayscale: #585858. Windows color (decimal): -4377587 or 865469. OLE color: 865469.

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

Color convert

RGB 189 52 13 -
CMYK 0 0.72 0.93 0.26
HSL 13.3º 0.87% 0.4% -
HSV(B) 13.3º 0.93% 0.74% -
XYZ 22.29 13.3 1.77 -
YUV 88.52 85.39 199.67 -
System Red Green Blue C M Y K H S L
Decimal 189 52 13 0 0.72 0.93 0.26 13.3 0.87 0.4
Hex BD 34 D 0 48 5D 1A D 57 28
Octal 275 64 15 0 110 135 32 15 127 50
Binary 10111101 110100 1101 0 1001000 1011101 11010 1101 1010111 101000

Color Harmonies of #BD340D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD340D

Black with #BD340D

Text Example


Text Example

White with #BD340D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD340D; }

 p { color: rgb(189,52,13); }

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

background-color css

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

 a { background-color: rgb(189,52,13); }

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

border-color css

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

 span { border-color: rgb(189,52,13); }

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