Html Css Color HEX #BD3A1B Harley Davidson Orange

📋 copy color: '#BD3A1B'

red 189 ◦ green 58 ◦ blue 27

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

Shades of Harley Davidson Orange #BD3A1B

Tints of Harley Davidson Orange #BD3A1B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.17%

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

R = 68.98%
G = 21.17%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD3A1B (or 0xBD3A1B) is known color: Harley Davidson Orange. HEX triplet: BD, 3A and 1B. RGB value is (189,58,27). Sum of RGB (Red+Green+Blue) = 189+58+27=274 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.98% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3A1B is #42C5E4. Grayscale: #5D5D5D. Windows color (decimal): -4376037 or 1784509. OLE color: 1784509.

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

Color convert

RGB 189 58 27 -
CMYK 0 0.69 0.86 0.26
HSL 11.48º 0.75% 0.42% -
HSV(B) 11.48º 0.86% 0.74% -
XYZ 22.7 13.92 2.53 -
YUV 93.64 90.4 196.02 -
System Red Green Blue C M Y K H S L
Decimal 189 58 27 0 0.69 0.86 0.26 11.48 0.75 0.42
Hex BD 3A 1B 0 45 56 1A B 4B 2A
Octal 275 72 33 0 105 126 32 13 113 52
Binary 10111101 111010 11011 0 1000101 1010110 11010 1011 1001011 101010

Color Harmonies of #BD3A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3A1B

Black with #BD3A1B

Text Example


Text Example

White with #BD3A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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