Html Css Color HEX #BC351F Harley Davidson Orange

📋 copy color: '#BC351F'

red 188 ◦ green 53 ◦ blue 31

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

Shades of Harley Davidson Orange #BC351F

Tints of Harley Davidson Orange #BC351F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.4%

R = 69.12%
G = 19.49%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC351F (or 0xBC351F) is known color: Harley Davidson Orange. HEX triplet: BC, 35 and 1F. RGB value is (188,53,31). Sum of RGB (Red+Green+Blue) = 188+53+31=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC351F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC351F is #43CAE0. Grayscale: #5B5B5B. Windows color (decimal): -4442849 or 2045372. OLE color: 2045372.

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

Color convert

RGB 188 53 31 -
CMYK 0 0.72 0.84 0.26
HSL 8.41º 0.72% 0.43% -
HSV(B) 8.41º 0.84% 0.74% -
XYZ 22.26 13.34 2.7 -
YUV 90.86 94.23 197.29 -
System Red Green Blue C M Y K H S L
Decimal 188 53 31 0 0.72 0.84 0.26 8.41 0.72 0.43
Hex BC 35 1F 0 48 54 1A 8 48 2B
Octal 274 65 37 0 110 124 32 10 110 53
Binary 10111100 110101 11111 0 1001000 1010100 11010 1000 1001000 101011

Color Harmonies of #BC351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC351F

Black with #BC351F

Text Example


Text Example

White with #BC351F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC351F; }

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

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

background-color css

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

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

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

border-color css

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

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

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