Html Css Color HEX #BD3C23 Harley Davidson Orange

📋 copy color: '#BD3C23'

red 189 ◦ green 60 ◦ blue 35

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

Shades of Harley Davidson Orange #BD3C23

Tints of Harley Davidson Orange #BD3C23

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.13%

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

R = 66.55%
G = 21.13%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD3C23 (or 0xBD3C23) is known color: Harley Davidson Orange. HEX triplet: BD, 3C and 23. RGB value is (189,60,35). Sum of RGB (Red+Green+Blue) = 189+60+35=284 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.55% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3C23 is #42C3DC. Grayscale: #5F5F5F. Windows color (decimal): -4375517 or 2309309. OLE color: 2309309.

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

Color convert

RGB 189 60 35 -
CMYK 0 0.68 0.81 0.26
HSL 9.74º 0.69% 0.44% -
HSV(B) 9.74º 0.81% 0.74% -
XYZ 22.91 14.17 3.12 -
YUV 95.72 93.74 194.53 -
System Red Green Blue C M Y K H S L
Decimal 189 60 35 0 0.68 0.81 0.26 9.74 0.69 0.44
Hex BD 3C 23 0 44 51 1A A 45 2C
Octal 275 74 43 0 104 121 32 12 105 54
Binary 10111101 111100 100011 0 1000100 1010001 11010 1010 1000101 101100

Color Harmonies of #BD3C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3C23

Black with #BD3C23

Text Example


Text Example

White with #BD3C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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