Html Css Color HEX #BD3B1E Harley Davidson Orange

📋 copy color: '#BD3B1E'

red 189 ◦ green 59 ◦ blue 30

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

Shades of Harley Davidson Orange #BD3B1E

Tints of Harley Davidson Orange #BD3B1E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.22%

 BLUE value IS 30 (12.11% from 255) = 10.79%

R = 67.99%
G = 21.22%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD3B1E (or 0xBD3B1E) is known color: Harley Davidson Orange. HEX triplet: BD, 3B and 1E. RGB value is (189,59,30). Sum of RGB (Red+Green+Blue) = 189+59+30=278 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.99% from 278); Green value is 59 (23.44% from 255 or 21.22% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3B1E is #42C4E1. Grayscale: #5E5E5E. Windows color (decimal): -4375778 or 1981373. OLE color: 1981373.

HSL color Cylindrical-coordinate representation of color #BD3B1E: hue angle of 10.94º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD3B1E is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 59 30 -
CMYK 0 0.69 0.84 0.26
HSL 10.94º 0.73% 0.43% -
HSV(B) 10.94º 0.84% 0.74% -
XYZ 22.78 14.04 2.74 -
YUV 94.56 91.57 195.36 -
System Red Green Blue C M Y K H S L
Decimal 189 59 30 0 0.69 0.84 0.26 10.94 0.73 0.43
Hex BD 3B 1E 0 45 54 1A B 49 2B
Octal 275 73 36 0 105 124 32 13 111 53
Binary 10111101 111011 11110 0 1000101 1010100 11010 1011 1001001 101011

Color Harmonies of #BD3B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3B1E

Black with #BD3B1E

Text Example


Text Example

White with #BD3B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3B1E; }

 p { color: rgb(189,59,30); }

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

background-color css

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

 a { background-color: rgb(189,59,30); }

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

border-color css

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

 span { border-color: rgb(189,59,30); }

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