Html Css Color HEX #BC331A Harley Davidson Orange

📋 copy color: '#BC331A'

red 188 ◦ green 51 ◦ blue 26

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

Shades of Harley Davidson Orange #BC331A

Tints of Harley Davidson Orange #BC331A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.25%

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

R = 70.94%
G = 19.25%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC331A (or 0xBC331A) is known color: Harley Davidson Orange. HEX triplet: BC, 33 and 1A. RGB value is (188,51,26). Sum of RGB (Red+Green+Blue) = 188+51+26=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC331A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC331A is #43CCE5. Grayscale: #595959. Windows color (decimal): -4443366 or 1717180. OLE color: 1717180.

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

Color convert

RGB 188 51 26 -
CMYK 0 0.73 0.86 0.26
HSL 9.26º 0.76% 0.42% -
HSV(B) 9.26º 0.86% 0.74% -
XYZ 22.11 13.13 2.35 -
YUV 89.11 92.39 198.53 -
System Red Green Blue C M Y K H S L
Decimal 188 51 26 0 0.73 0.86 0.26 9.26 0.76 0.42
Hex BC 33 1A 0 49 56 1A 9 4C 2A
Octal 274 63 32 0 111 126 32 11 114 52
Binary 10111100 110011 11010 0 1001001 1010110 11010 1001 1001100 101010

Color Harmonies of #BC331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC331A

Black with #BC331A

Text Example


Text Example

White with #BC331A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC331A; }

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

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

background-color css

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

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

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

border-color css

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

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

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