Html Css Color HEX #BC330A Harley Davidson Orange

📋 copy color: '#BC330A'

red 188 ◦ green 51 ◦ blue 10

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

Shades of Harley Davidson Orange #BC330A

Tints of Harley Davidson Orange #BC330A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.02%

R = 75.5%
G = 20.48%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC330A (or 0xBC330A) is known color: Harley Davidson Orange. HEX triplet: BC, 33 and 0A. RGB value is (188,51,10). Sum of RGB (Red+Green+Blue) = 188+51+10=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC330A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC330A is #43CCF5. Grayscale: #575757. Windows color (decimal): -4443382 or 668604. OLE color: 668604.

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

Color convert

RGB 188 51 10 -
CMYK 0 0.73 0.95 0.26
HSL 13.82º 0.9% 0.39% -
HSV(B) 13.82º 0.95% 0.74% -
XYZ 21.98 13.08 1.65 -
YUV 87.29 84.39 199.83 -
System Red Green Blue C M Y K H S L
Decimal 188 51 10 0 0.73 0.95 0.26 13.82 0.9 0.39
Hex BC 33 A 0 49 5F 1A E 5A 27
Octal 274 63 12 0 111 137 32 16 132 47
Binary 10111100 110011 1010 0 1001001 1011111 11010 1110 1011010 100111

Color Harmonies of #BC330A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC330A

Black with #BC330A

Text Example


Text Example

White with #BC330A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC330A; }

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

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

background-color css

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

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

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

border-color css

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

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

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