Html Css Color HEX #BD331A Harley Davidson Orange

📋 copy color: '#BD331A'

red 189 ◦ green 51 ◦ blue 26

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

Shades of Harley Davidson Orange #BD331A

Tints of Harley Davidson Orange #BD331A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.77%

R = 71.05%
G = 19.17%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD331A (or 0xBD331A) is known color: Harley Davidson Orange. HEX triplet: BD, 33 and 1A. RGB value is (189,51,26). Sum of RGB (Red+Green+Blue) = 189+51+26=266 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.05% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 189 - color contains mainly: red. Hex color #BD331A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD331A is #42CCE5. Grayscale: #595959. Windows color (decimal): -4377830 or 1717181. OLE color: 1717181.

HSL color Cylindrical-coordinate representation of color #BD331A: hue angle of 9.2º degrees, saturation: 0.76, 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 #BD331A is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 51 26 -
CMYK 0 0.73 0.86 0.26
HSL 9.2º 0.76% 0.42% -
HSV(B) 9.2º 0.86% 0.74% -
XYZ 22.36 13.26 2.36 -
YUV 89.41 92.22 199.03 -
System Red Green Blue C M Y K H S L
Decimal 189 51 26 0 0.73 0.86 0.26 9.2 0.76 0.42
Hex BD 33 1A 0 49 56 1A 9 4C 2A
Octal 275 63 32 0 111 126 32 11 114 52
Binary 10111101 110011 11010 0 1001001 1010110 11010 1001 1001100 101010

Color Harmonies of #BD331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD331A

Black with #BD331A

Text Example


Text Example

White with #BD331A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD331A; }

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

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

background-color css

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

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

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

border-color css

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

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

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