Html Css Color HEX #BD3C1E Harley Davidson Orange

📋 copy color: '#BD3C1E'

red 189 ◦ green 60 ◦ blue 30

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

Shades of Harley Davidson Orange #BD3C1E

Tints of Harley Davidson Orange #BD3C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.75%

R = 67.74%
G = 21.51%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD3C1E (or 0xBD3C1E) is known color: Harley Davidson Orange. HEX triplet: BD, 3C and 1E. RGB value is (189,60,30). Sum of RGB (Red+Green+Blue) = 189+60+30=279 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.74% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3C1E is #42C3E1. Grayscale: #5F5F5F. Windows color (decimal): -4375522 or 1981629. OLE color: 1981629.

HSL color Cylindrical-coordinate representation of color #BD3C1E: hue angle of 11.32º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD3C1E is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 60 30 -
CMYK 0 0.68 0.84 0.26
HSL 11.32º 0.73% 0.43% -
HSV(B) 11.32º 0.84% 0.74% -
XYZ 22.84 14.14 2.75 -
YUV 95.15 91.24 194.94 -
System Red Green Blue C M Y K H S L
Decimal 189 60 30 0 0.68 0.84 0.26 11.32 0.73 0.43
Hex BD 3C 1E 0 44 54 1A B 49 2B
Octal 275 74 36 0 104 124 32 13 111 53
Binary 10111101 111100 11110 0 1000100 1010100 11010 1011 1001001 101011

Color Harmonies of #BD3C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3C1E

Black with #BD3C1E

Text Example


Text Example

White with #BD3C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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