Html Css Color HEX #BC381D Harley Davidson Orange

📋 copy color: '#BC381D'

red 188 ◦ green 56 ◦ blue 29

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

Shades of Harley Davidson Orange #BC381D

Tints of Harley Davidson Orange #BC381D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.62%

R = 68.86%
G = 20.51%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC381D (or 0xBC381D) is known color: Harley Davidson Orange. HEX triplet: BC, 38 and 1D. RGB value is (188,56,29). Sum of RGB (Red+Green+Blue) = 188+56+29=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC381D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC381D is #43C7E2. Grayscale: #5C5C5C. Windows color (decimal): -4442083 or 1915068. OLE color: 1915068.

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

Color convert

RGB 188 56 29 -
CMYK 0 0.70 0.85 0.26
HSL 10.19º 0.73% 0.43% -
HSV(B) 10.19º 0.85% 0.74% -
XYZ 22.37 13.61 2.61 -
YUV 92.39 92.23 196.2 -
System Red Green Blue C M Y K H S L
Decimal 188 56 29 0 0.70 0.85 0.26 10.19 0.73 0.43
Hex BC 38 1D 0 46 55 1A A 49 2B
Octal 274 70 35 0 106 125 32 12 111 53
Binary 10111100 111000 11101 0 1000110 1010101 11010 1010 1001001 101011

Color Harmonies of #BC381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC381D

Black with #BC381D

Text Example


Text Example

White with #BC381D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC381D; }

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

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

background-color css

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

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

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

border-color css

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

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

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