Html Css Color HEX #BC3816 Harley Davidson Orange

📋 copy color: '#BC3816'

red 188 ◦ green 56 ◦ blue 22

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

Shades of Harley Davidson Orange #BC3816

Tints of Harley Davidson Orange #BC3816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.27%

R = 70.68%
G = 21.05%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC3816 (or 0xBC3816) is known color: Harley Davidson Orange. HEX triplet: BC, 38 and 16. RGB value is (188,56,22). Sum of RGB (Red+Green+Blue) = 188+56+22=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3816 is #43C7E9. Grayscale: #5B5B5B. Windows color (decimal): -4442090 or 1456316. OLE color: 1456316.

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

Color convert

RGB 188 56 22 -
CMYK 0 0.70 0.88 0.26
HSL 12.29º 0.79% 0.41% -
HSV(B) 12.29º 0.88% 0.74% -
XYZ 22.3 13.58 2.2 -
YUV 91.59 88.73 196.76 -
System Red Green Blue C M Y K H S L
Decimal 188 56 22 0 0.70 0.88 0.26 12.29 0.79 0.41
Hex BC 38 16 0 46 58 1A C 4F 29
Octal 274 70 26 0 106 130 32 14 117 51
Binary 10111100 111000 10110 0 1000110 1011000 11010 1100 1001111 101001

Color Harmonies of #BC3816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3816

Black with #BC3816

Text Example


Text Example

White with #BC3816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3816; }

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

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

background-color css

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

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

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

border-color css

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

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

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