Html Css Color HEX #BD331D Harley Davidson Orange

📋 copy color: '#BD331D'

red 189 ◦ green 51 ◦ blue 29

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

Shades of Harley Davidson Orange #BD331D

Tints of Harley Davidson Orange #BD331D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.96%

 BLUE value IS 29 (11.72% from 255) = 10.78%

R = 70.26%
G = 18.96%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD331D (or 0xBD331D) is known color: Harley Davidson Orange. HEX triplet: BD, 33 and 1D. RGB value is (189,51,29). Sum of RGB (Red+Green+Blue) = 189+51+29=269 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.26% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 29 (11.72% from 255 or 10.78% from 269); Max value from RGB is 189 - color contains mainly: red. Hex color #BD331D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD331D is #42CCE2. Grayscale: #595959. Windows color (decimal): -4377827 or 1913789. OLE color: 1913789.

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

Color convert

RGB 189 51 29 -
CMYK 0 0.73 0.85 0.26
HSL 8.25º 0.73% 0.43% -
HSV(B) 8.25º 0.85% 0.74% -
XYZ 22.39 13.28 2.54 -
YUV 89.75 93.72 198.79 -
System Red Green Blue C M Y K H S L
Decimal 189 51 29 0 0.73 0.85 0.26 8.25 0.73 0.43
Hex BD 33 1D 0 49 55 1A 8 49 2B
Octal 275 63 35 0 111 125 32 10 111 53
Binary 10111101 110011 11101 0 1001001 1010101 11010 1000 1001001 101011

Color Harmonies of #BD331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD331D

Black with #BD331D

Text Example


Text Example

White with #BD331D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD331D; }

 p { color: rgb(189,51,29); }

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

background-color css

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

 a { background-color: rgb(189,51,29); }

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

border-color css

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

 span { border-color: rgb(189,51,29); }

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