Html Css Color HEX #BD3A23 Harley Davidson Orange

📋 copy color: '#BD3A23'

red 189 ◦ green 58 ◦ blue 35

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

Shades of Harley Davidson Orange #BD3A23

Tints of Harley Davidson Orange #BD3A23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.41%

R = 67.02%
G = 20.57%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD3A23 (or 0xBD3A23) is known color: Harley Davidson Orange. HEX triplet: BD, 3A and 23. RGB value is (189,58,35). Sum of RGB (Red+Green+Blue) = 189+58+35=282 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.02% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 35 (14.06% from 255 or 12.41% from 282); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3A23 is #42C5DC. Grayscale: #5E5E5E. Windows color (decimal): -4376029 or 2308797. OLE color: 2308797.

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

Color convert

RGB 189 58 35 -
CMYK 0 0.69 0.81 0.26
HSL 8.96º 0.69% 0.44% -
HSV(B) 8.96º 0.81% 0.74% -
XYZ 22.8 13.97 3.08 -
YUV 94.55 94.4 195.37 -
System Red Green Blue C M Y K H S L
Decimal 189 58 35 0 0.69 0.81 0.26 8.96 0.69 0.44
Hex BD 3A 23 0 45 51 1A 9 45 2C
Octal 275 72 43 0 105 121 32 11 105 54
Binary 10111101 111010 100011 0 1000101 1010001 11010 1001 1000101 101100

Color Harmonies of #BD3A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3A23

Black with #BD3A23

Text Example


Text Example

White with #BD3A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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