Html Css Color HEX #BC361F Harley Davidson Orange

📋 copy color: '#BC361F'

red 188 ◦ green 54 ◦ blue 31

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

Shades of Harley Davidson Orange #BC361F

Tints of Harley Davidson Orange #BC361F

RGB

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

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

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

R = 68.86%
G = 19.78%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC361F (or 0xBC361F) is known color: Harley Davidson Orange. HEX triplet: BC, 36 and 1F. RGB value is (188,54,31). Sum of RGB (Red+Green+Blue) = 188+54+31=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC361F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC361F is #43C9E0. Grayscale: #5B5B5B. Windows color (decimal): -4442593 or 2045628. OLE color: 2045628.

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

Color convert

RGB 188 54 31 -
CMYK 0 0.71 0.84 0.26
HSL 8.79º 0.72% 0.43% -
HSV(B) 8.79º 0.84% 0.74% -
XYZ 22.31 13.43 2.71 -
YUV 91.44 93.89 196.87 -
System Red Green Blue C M Y K H S L
Decimal 188 54 31 0 0.71 0.84 0.26 8.79 0.72 0.43
Hex BC 36 1F 0 47 54 1A 9 48 2B
Octal 274 66 37 0 107 124 32 11 110 53
Binary 10111100 110110 11111 0 1000111 1010100 11010 1001 1001000 101011

Color Harmonies of #BC361F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC361F

Black with #BC361F

Text Example


Text Example

White with #BC361F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC361F; }

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

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

background-color css

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

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

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

border-color css

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

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

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