Html Css Color HEX #BD360F Harley Davidson Orange

📋 copy color: '#BD360F'

red 189 ◦ green 54 ◦ blue 15

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

Shades of Harley Davidson Orange #BD360F

Tints of Harley Davidson Orange #BD360F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.81%

R = 73.26%
G = 20.93%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD360F (or 0xBD360F) is known color: Harley Davidson Orange. HEX triplet: BD, 36 and 0F. RGB value is (189,54,15). Sum of RGB (Red+Green+Blue) = 189+54+15=258 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.26% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 189 - color contains mainly: red. Hex color #BD360F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD360F is #42C9F0. Grayscale: #5A5A5A. Windows color (decimal): -4377073 or 997053. OLE color: 997053.

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

Color convert

RGB 189 54 15 -
CMYK 0 0.71 0.92 0.26
HSL 13.45º 0.85% 0.4% -
HSV(B) 13.45º 0.92% 0.74% -
XYZ 22.39 13.49 1.88 -
YUV 89.92 85.73 198.67 -
System Red Green Blue C M Y K H S L
Decimal 189 54 15 0 0.71 0.92 0.26 13.45 0.85 0.4
Hex BD 36 F 0 47 5C 1A D 55 28
Octal 275 66 17 0 107 134 32 15 125 50
Binary 10111101 110110 1111 0 1000111 1011100 11010 1101 1010101 101000

Color Harmonies of #BD360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD360F

Black with #BD360F

Text Example


Text Example

White with #BD360F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD360F; }

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

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

background-color css

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

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

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

border-color css

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

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

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