Html Css Color HEX #BC210B Harley Davidson Orange

📋 copy color: '#BC210B'

red 188 ◦ green 33 ◦ blue 11

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

Shades of Harley Davidson Orange #BC210B

Tints of Harley Davidson Orange #BC210B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.22%

 BLUE value IS 11 (4.69% from 255) = 4.74%

R = 81.03%
G = 14.22%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC210B (or 0xBC210B) is known color: Harley Davidson Orange. HEX triplet: BC, 21 and 0B. RGB value is (188,33,11). Sum of RGB (Red+Green+Blue) = 188+33+11=232 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.03% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 188 - color contains mainly: red. Hex color #BC210B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC210B is #43DEF4. Grayscale: #4D4D4D. Windows color (decimal): -4447989 or 729532. OLE color: 729532.

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

Color convert

RGB 188 33 11 -
CMYK 0 0.82 0.94 0.26
HSL 7.46º 0.89% 0.39% -
HSV(B) 7.46º 0.94% 0.74% -
XYZ 21.34 11.8 1.47 -
YUV 76.84 90.85 207.29 -
System Red Green Blue C M Y K H S L
Decimal 188 33 11 0 0.82 0.94 0.26 7.46 0.89 0.39
Hex BC 21 B 0 52 5E 1A 7 59 27
Octal 274 41 13 0 122 136 32 7 131 47
Binary 10111100 100001 1011 0 1010010 1011110 11010 111 1011001 100111

Color Harmonies of #BC210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC210B

Black with #BC210B

Text Example


Text Example

White with #BC210B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC210B; }

 p { color: rgb(188,33,11); }

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

background-color css

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

 a { background-color: rgb(188,33,11); }

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

border-color css

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

 span { border-color: rgb(188,33,11); }

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