Html Css Color HEX #BC3817 Harley Davidson Orange

📋 copy color: '#BC3817'

red 188 ◦ green 56 ◦ blue 23

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

Shades of Harley Davidson Orange #BC3817

Tints of Harley Davidson Orange #BC3817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.61%

R = 70.41%
G = 20.97%
B = 8.61%

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

#BC3817 (or 0xBC3817) is known color: Harley Davidson Orange. HEX triplet: BC, 38 and 17. RGB value is (188,56,23). Sum of RGB (Red+Green+Blue) = 188+56+23=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 23 (9.38% from 255 or 8.61% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3817 is #43C7E8. Grayscale: #5B5B5B. Windows color (decimal): -4442089 or 1521852. OLE color: 1521852.

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

Color convert

RGB 188 56 23 -
CMYK 0 0.70 0.88 0.26
HSL 12º 0.78% 0.41% -
HSV(B) 12º 0.88% 0.74% -
XYZ 22.31 13.58 2.26 -
YUV 91.71 89.23 196.68 -
System Red Green Blue C M Y K H S L
Decimal 188 56 23 0 0.70 0.88 0.26 12 0.78 0.41
Hex BC 38 17 0 46 58 1A C 4E 29
Octal 274 70 27 0 106 130 32 14 116 51
Binary 10111100 111000 10111 0 1000110 1011000 11010 1100 1001110 101001

Color Harmonies of #BC3817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3817

Black with #BC3817

Text Example


Text Example

White with #BC3817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3817; }

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

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

background-color css

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

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

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

border-color css

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

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

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