Html Css Color HEX #BD351B Harley Davidson Orange

📋 copy color: '#BD351B'

red 189 ◦ green 53 ◦ blue 27

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

Shades of Harley Davidson Orange #BD351B

Tints of Harley Davidson Orange #BD351B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.04%

R = 70.26%
G = 19.7%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD351B (or 0xBD351B) is known color: Harley Davidson Orange. HEX triplet: BD, 35 and 1B. RGB value is (189,53,27). Sum of RGB (Red+Green+Blue) = 189+53+27=269 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.26% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 189 - color contains mainly: red. Hex color #BD351B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD351B is #42CAE4. Grayscale: #5A5A5A. Windows color (decimal): -4377317 or 1783229. OLE color: 1783229.

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

Color convert

RGB 189 53 27 -
CMYK 0 0.72 0.86 0.26
HSL 9.63º 0.75% 0.42% -
HSV(B) 9.63º 0.86% 0.74% -
XYZ 22.46 13.44 2.45 -
YUV 90.7 92.06 198.11 -
System Red Green Blue C M Y K H S L
Decimal 189 53 27 0 0.72 0.86 0.26 9.63 0.75 0.42
Hex BD 35 1B 0 48 56 1A A 4B 2A
Octal 275 65 33 0 110 126 32 12 113 52
Binary 10111101 110101 11011 0 1001000 1010110 11010 1010 1001011 101010

Color Harmonies of #BD351B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD351B

Black with #BD351B

Text Example


Text Example

White with #BD351B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD351B; }

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

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

background-color css

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

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

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

border-color css

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

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

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