Html Css Color HEX #BC2F09 Harley Davidson Orange

📋 copy color: '#BC2F09'

red 188 ◦ green 47 ◦ blue 9

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

Shades of Harley Davidson Orange #BC2F09

Tints of Harley Davidson Orange #BC2F09

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.26%

 BLUE value IS 9 (3.91% from 255) = 3.69%

R = 77.05%
G = 19.26%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC2F09 (or 0xBC2F09) is known color: Harley Davidson Orange. HEX triplet: BC, 2F and 09. RGB value is (188,47,9). Sum of RGB (Red+Green+Blue) = 188+47+9=244 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.05% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 9 (3.91% from 255 or 3.69% from 244); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2F09 is #43D0F6. Grayscale: #555555. Windows color (decimal): -4444407 or 602044. OLE color: 602044.

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

Color convert

RGB 188 47 9 -
CMYK 0 0.75 0.95 0.26
HSL 12.74º 0.91% 0.39% -
HSV(B) 12.74º 0.95% 0.74% -
XYZ 21.8 12.74 1.57 -
YUV 84.83 85.21 201.59 -
System Red Green Blue C M Y K H S L
Decimal 188 47 9 0 0.75 0.95 0.26 12.74 0.91 0.39
Hex BC 2F 9 0 4B 5F 1A D 5B 27
Octal 274 57 11 0 113 137 32 15 133 47
Binary 10111100 101111 1001 0 1001011 1011111 11010 1101 1011011 100111

Color Harmonies of #BC2F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2F09

Black with #BC2F09

Text Example


Text Example

White with #BC2F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2F09; }

 p { color: rgb(188,47,9); }

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

background-color css

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

 a { background-color: rgb(188,47,9); }

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

border-color css

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

 span { border-color: rgb(188,47,9); }

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