Html Css Color HEX #BC341F Harley Davidson Orange

📋 copy color: '#BC341F'

red 188 ◦ green 52 ◦ blue 31

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

Shades of Harley Davidson Orange #BC341F

Tints of Harley Davidson Orange #BC341F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.19%

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

R = 69.37%
G = 19.19%
B = 11.44%

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

#BC341F (or 0xBC341F) is known color: Harley Davidson Orange. HEX triplet: BC, 34 and 1F. RGB value is (188,52,31). Sum of RGB (Red+Green+Blue) = 188+52+31=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC341F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC341F is #43CBE0. Grayscale: #5A5A5A. Windows color (decimal): -4443105 or 2045116. OLE color: 2045116.

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

Color convert

RGB 188 52 31 -
CMYK 0 0.72 0.84 0.26
HSL 8.03º 0.72% 0.43% -
HSV(B) 8.03º 0.84% 0.74% -
XYZ 22.21 13.25 2.68 -
YUV 90.27 94.56 197.71 -
System Red Green Blue C M Y K H S L
Decimal 188 52 31 0 0.72 0.84 0.26 8.03 0.72 0.43
Hex BC 34 1F 0 48 54 1A 8 48 2B
Octal 274 64 37 0 110 124 32 10 110 53
Binary 10111100 110100 11111 0 1001000 1010100 11010 1000 1001000 101011

Color Harmonies of #BC341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC341F

Black with #BC341F

Text Example


Text Example

White with #BC341F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC341F; }

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

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

background-color css

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

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

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

border-color css

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

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

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