Html Css Color HEX #BD350F Harley Davidson Orange

📋 copy color: '#BD350F'

red 189 ◦ green 53 ◦ blue 15

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

Shades of Harley Davidson Orange #BD350F

Tints of Harley Davidson Orange #BD350F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.62%

 BLUE value IS 15 (6.25% from 255) = 5.84%

R = 73.54%
G = 20.62%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD350F (or 0xBD350F) is known color: Harley Davidson Orange. HEX triplet: BD, 35 and 0F. RGB value is (189,53,15). Sum of RGB (Red+Green+Blue) = 189+53+15=257 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.54% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 189 - color contains mainly: red. Hex color #BD350F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD350F is #42CAF0. Grayscale: #595959. Windows color (decimal): -4377329 or 996797. OLE color: 996797.

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

Color convert

RGB 189 53 15 -
CMYK 0 0.72 0.92 0.26
HSL 13.1º 0.85% 0.4% -
HSV(B) 13.1º 0.92% 0.74% -
XYZ 22.35 13.4 1.86 -
YUV 89.33 86.06 199.09 -
System Red Green Blue C M Y K H S L
Decimal 189 53 15 0 0.72 0.92 0.26 13.1 0.85 0.4
Hex BD 35 F 0 48 5C 1A D 55 28
Octal 275 65 17 0 110 134 32 15 125 50
Binary 10111101 110101 1111 0 1001000 1011100 11010 1101 1010101 101000

Color Harmonies of #BD350F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD350F

Black with #BD350F

Text Example


Text Example

White with #BD350F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD350F; }

 p { color: rgb(189,53,15); }

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

background-color css

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

 a { background-color: rgb(189,53,15); }

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

border-color css

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

 span { border-color: rgb(189,53,15); }

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