Html Css Color HEX #BC350F Harley Davidson Orange

📋 copy color: '#BC350F'

red 188 ◦ green 53 ◦ blue 15

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

Shades of Harley Davidson Orange #BC350F

Tints of Harley Davidson Orange #BC350F

RGB

 RED value IS 188 (73.83% from 255) = 73.44%

 GREEN value IS 53 (21.09% from 255) = 20.7%

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

R = 73.44%
G = 20.7%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC350F (or 0xBC350F) is known color: Harley Davidson Orange. HEX triplet: BC, 35 and 0F. RGB value is (188,53,15). Sum of RGB (Red+Green+Blue) = 188+53+15=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC350F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC350F is #43CAF0. Grayscale: #595959. Windows color (decimal): -4442865 or 996796. OLE color: 996796.

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

Color convert

RGB 188 53 15 -
CMYK 0 0.72 0.92 0.26
HSL 13.18º 0.85% 0.4% -
HSV(B) 13.18º 0.92% 0.74% -
XYZ 22.1 13.27 1.85 -
YUV 89.03 86.23 198.59 -
System Red Green Blue C M Y K H S L
Decimal 188 53 15 0 0.72 0.92 0.26 13.18 0.85 0.4
Hex BC 35 F 0 48 5C 1A D 55 28
Octal 274 65 17 0 110 134 32 15 125 50
Binary 10111100 110101 1111 0 1001000 1011100 11010 1101 1010101 101000

Color Harmonies of #BC350F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC350F

Black with #BC350F

Text Example


Text Example

White with #BC350F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC350F; }

 p { color: rgb(188,53,15); }

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

background-color css

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

 a { background-color: rgb(188,53,15); }

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

border-color css

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

 span { border-color: rgb(188,53,15); }

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