Html Css Color HEX #BC351D Harley Davidson Orange

📋 copy color: '#BC351D'

red 188 ◦ green 53 ◦ blue 29

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

Shades of Harley Davidson Orange #BC351D

Tints of Harley Davidson Orange #BC351D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.74%

R = 69.63%
G = 19.63%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC351D (or 0xBC351D) is known color: Harley Davidson Orange. HEX triplet: BC, 35 and 1D. RGB value is (188,53,29). Sum of RGB (Red+Green+Blue) = 188+53+29=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC351D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC351D is #43CAE2. Grayscale: #5A5A5A. Windows color (decimal): -4442851 or 1914300. OLE color: 1914300.

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

Color convert

RGB 188 53 29 -
CMYK 0 0.72 0.85 0.26
HSL 9.06º 0.73% 0.43% -
HSV(B) 9.06º 0.85% 0.74% -
XYZ 22.23 13.33 2.56 -
YUV 90.63 93.23 197.45 -
System Red Green Blue C M Y K H S L
Decimal 188 53 29 0 0.72 0.85 0.26 9.06 0.73 0.43
Hex BC 35 1D 0 48 55 1A 9 49 2B
Octal 274 65 35 0 110 125 32 11 111 53
Binary 10111100 110101 11101 0 1001000 1010101 11010 1001 1001001 101011

Color Harmonies of #BC351D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC351D

Black with #BC351D

Text Example


Text Example

White with #BC351D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC351D; }

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

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

background-color css

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

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

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

border-color css

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

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

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