Html Css Color HEX #BD301B Harley Davidson Orange

📋 copy color: '#BD301B'

red 189 ◦ green 48 ◦ blue 27

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

Shades of Harley Davidson Orange #BD301B

Tints of Harley Davidson Orange #BD301B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.18%

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

R = 71.59%
G = 18.18%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD301B (or 0xBD301B) is known color: Harley Davidson Orange. HEX triplet: BD, 30 and 1B. RGB value is (189,48,27). Sum of RGB (Red+Green+Blue) = 189+48+27=264 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.59% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 189 - color contains mainly: red. Hex color #BD301B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD301B is #42CFE4. Grayscale: #575757. Windows color (decimal): -4378597 or 1781949. OLE color: 1781949.

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

Color convert

RGB 189 48 27 -
CMYK 0 0.75 0.86 0.26
HSL 7.78º 0.75% 0.42% -
HSV(B) 7.78º 0.86% 0.74% -
XYZ 22.24 13.01 2.38 -
YUV 87.77 93.71 200.21 -
System Red Green Blue C M Y K H S L
Decimal 189 48 27 0 0.75 0.86 0.26 7.78 0.75 0.42
Hex BD 30 1B 0 4B 56 1A 8 4B 2A
Octal 275 60 33 0 113 126 32 10 113 52
Binary 10111101 110000 11011 0 1001011 1010110 11010 1000 1001011 101010

Color Harmonies of #BD301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD301B

Black with #BD301B

Text Example


Text Example

White with #BD301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD301B; }

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

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

background-color css

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

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

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

border-color css

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

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

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