Html Css Color HEX #BD360E Harley Davidson Orange

📋 copy color: '#BD360E'

red 189 ◦ green 54 ◦ blue 14

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

Shades of Harley Davidson Orange #BD360E

Tints of Harley Davidson Orange #BD360E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.45%

R = 73.54%
G = 21.01%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD360E (or 0xBD360E) is known color: Harley Davidson Orange. HEX triplet: BD, 36 and 0E. RGB value is (189,54,14). Sum of RGB (Red+Green+Blue) = 189+54+14=257 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.54% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 189 - color contains mainly: red. Hex color #BD360E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD360E is #42C9F1. Grayscale: #5A5A5A. Windows color (decimal): -4377074 or 931517. OLE color: 931517.

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

Color convert

RGB 189 54 14 -
CMYK 0 0.71 0.93 0.26
HSL 13.71º 0.86% 0.4% -
HSV(B) 13.71º 0.93% 0.74% -
XYZ 22.38 13.49 1.84 -
YUV 89.81 85.23 198.75 -
System Red Green Blue C M Y K H S L
Decimal 189 54 14 0 0.71 0.93 0.26 13.71 0.86 0.4
Hex BD 36 E 0 47 5D 1A E 56 28
Octal 275 66 16 0 107 135 32 16 126 50
Binary 10111101 110110 1110 0 1000111 1011101 11010 1110 1010110 101000

Color Harmonies of #BD360E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD360E

Black with #BD360E

Text Example


Text Example

White with #BD360E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD360E; }

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

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

background-color css

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

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

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

border-color css

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

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

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