Html Css Color HEX #BC381A Harley Davidson Orange

📋 copy color: '#BC381A'

red 188 ◦ green 56 ◦ blue 26

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

Shades of Harley Davidson Orange #BC381A

Tints of Harley Davidson Orange #BC381A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.74%

 BLUE value IS 26 (10.55% from 255) = 9.63%

R = 69.63%
G = 20.74%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC381A (or 0xBC381A) is known color: Harley Davidson Orange. HEX triplet: BC, 38 and 1A. RGB value is (188,56,26). Sum of RGB (Red+Green+Blue) = 188+56+26=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC381A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC381A is #43C7E5. Grayscale: #5C5C5C. Windows color (decimal): -4442086 or 1718460. OLE color: 1718460.

HSL color Cylindrical-coordinate representation of color #BC381A: hue angle of 11.11º degrees, saturation: 0.76, 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 #BC381A is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 56 26 -
CMYK 0 0.70 0.86 0.26
HSL 11.11º 0.76% 0.42% -
HSV(B) 11.11º 0.86% 0.74% -
XYZ 22.34 13.59 2.42 -
YUV 92.05 90.73 196.44 -
System Red Green Blue C M Y K H S L
Decimal 188 56 26 0 0.70 0.86 0.26 11.11 0.76 0.42
Hex BC 38 1A 0 46 56 1A B 4C 2A
Octal 274 70 32 0 106 126 32 13 114 52
Binary 10111100 111000 11010 0 1000110 1010110 11010 1011 1001100 101010

Color Harmonies of #BC381A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC381A

Black with #BC381A

Text Example


Text Example

White with #BC381A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC381A; }

 p { color: rgb(188,56,26); }

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

background-color css

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

 a { background-color: rgb(188,56,26); }

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

border-color css

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

 span { border-color: rgb(188,56,26); }

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