Html Css Color HEX #BC331B Harley Davidson Orange

📋 copy color: '#BC331B'

red 188 ◦ green 51 ◦ blue 27

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

Shades of Harley Davidson Orange #BC331B

Tints of Harley Davidson Orange #BC331B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.15%

R = 70.68%
G = 19.17%
B = 10.15%

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

#BC331B (or 0xBC331B) is known color: Harley Davidson Orange. HEX triplet: BC, 33 and 1B. RGB value is (188,51,27). Sum of RGB (Red+Green+Blue) = 188+51+27=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC331B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC331B is #43CCE4. Grayscale: #595959. Windows color (decimal): -4443365 or 1782716. OLE color: 1782716.

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

Color convert

RGB 188 51 27 -
CMYK 0 0.73 0.86 0.26
HSL 8.94º 0.75% 0.42% -
HSV(B) 8.94º 0.86% 0.74% -
XYZ 22.12 13.14 2.41 -
YUV 89.23 92.89 198.45 -
System Red Green Blue C M Y K H S L
Decimal 188 51 27 0 0.73 0.86 0.26 8.94 0.75 0.42
Hex BC 33 1B 0 49 56 1A 9 4B 2A
Octal 274 63 33 0 111 126 32 11 113 52
Binary 10111100 110011 11011 0 1001001 1010110 11010 1001 1001011 101010

Color Harmonies of #BC331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC331B

Black with #BC331B

Text Example


Text Example

White with #BC331B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC331B; }

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

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

background-color css

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

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

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

border-color css

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

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

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