Html Css Color HEX #BD361C Harley Davidson Orange

📋 copy color: '#BD361C'

red 189 ◦ green 54 ◦ blue 28

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

Shades of Harley Davidson Orange #BD361C

Tints of Harley Davidson Orange #BD361C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.93%

 BLUE value IS 28 (11.33% from 255) = 10.33%

R = 69.74%
G = 19.93%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD361C (or 0xBD361C) is known color: Harley Davidson Orange. HEX triplet: BD, 36 and 1C. RGB value is (189,54,28). Sum of RGB (Red+Green+Blue) = 189+54+28=271 (35% of max value = 765). Red value is 189 (74.22% from 255 or 69.74% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 189 - color contains mainly: red. Hex color #BD361C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD361C is #42C9E3. Grayscale: #5B5B5B. Windows color (decimal): -4377060 or 1849021. OLE color: 1849021.

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

Color convert

RGB 189 54 28 -
CMYK 0 0.71 0.85 0.26
HSL 9.69º 0.74% 0.43% -
HSV(B) 9.69º 0.85% 0.74% -
XYZ 22.52 13.54 2.53 -
YUV 91.4 92.23 197.61 -
System Red Green Blue C M Y K H S L
Decimal 189 54 28 0 0.71 0.85 0.26 9.69 0.74 0.43
Hex BD 36 1C 0 47 55 1A A 4A 2B
Octal 275 66 34 0 107 125 32 12 112 53
Binary 10111101 110110 11100 0 1000111 1010101 11010 1010 1001010 101011

Color Harmonies of #BD361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD361C

Black with #BD361C

Text Example


Text Example

White with #BD361C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD361C; }

 p { color: rgb(189,54,28); }

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

background-color css

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

 a { background-color: rgb(189,54,28); }

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

border-color css

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

 span { border-color: rgb(189,54,28); }

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