Html Css Color HEX #BC361B Harley Davidson Orange

📋 copy color: '#BC361B'

red 188 ◦ green 54 ◦ blue 27

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

Shades of Harley Davidson Orange #BC361B

Tints of Harley Davidson Orange #BC361B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.04%

R = 69.89%
G = 20.07%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC361B (or 0xBC361B) is known color: Harley Davidson Orange. HEX triplet: BC, 36 and 1B. RGB value is (188,54,27). Sum of RGB (Red+Green+Blue) = 188+54+27=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC361B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC361B is #43C9E4. Grayscale: #5B5B5B. Windows color (decimal): -4442597 or 1783484. OLE color: 1783484.

HSL color Cylindrical-coordinate representation of color #BC361B: hue angle of 10.06º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC361B is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 54 27 -
CMYK 0 0.71 0.86 0.26
HSL 10.06º 0.75% 0.42% -
HSV(B) 10.06º 0.86% 0.74% -
XYZ 22.26 13.41 2.45 -
YUV 90.99 91.89 197.2 -
System Red Green Blue C M Y K H S L
Decimal 188 54 27 0 0.71 0.86 0.26 10.06 0.75 0.42
Hex BC 36 1B 0 47 56 1A A 4B 2A
Octal 274 66 33 0 107 126 32 12 113 52
Binary 10111100 110110 11011 0 1000111 1010110 11010 1010 1001011 101010

Color Harmonies of #BC361B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC361B

Black with #BC361B

Text Example


Text Example

White with #BC361B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC361B; }

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

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

background-color css

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

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

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

border-color css

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

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

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