Html Css Color HEX #BD1C06 Harley Davidson Orange

📋 copy color: '#BD1C06'

red 189 ◦ green 28 ◦ blue 6

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

Shades of Harley Davidson Orange #BD1C06

Tints of Harley Davidson Orange #BD1C06

RGB

 RED value IS 189 (74.22% from 255) = 84.75%

 GREEN value IS 28 (11.33% from 255) = 12.56%

 BLUE value IS 6 (2.73% from 255) = 2.69%

R = 84.75%
G = 12.56%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BD1C06 (or 0xBD1C06) is known color: Harley Davidson Orange. HEX triplet: BD, 1C and 06. RGB value is (189,28,6). Sum of RGB (Red+Green+Blue) = 189+28+6=223 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84.75% from 223); Green value is 28 (11.33% from 255 or 12.56% from 223); Blue value is 6 (2.73% from 255 or 2.69% from 223); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1C06 is #42E3F9. Grayscale: #494949. Windows color (decimal): -4383738 or 400573. OLE color: 400573.

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

Color convert

RGB 189 28 6 -
CMYK 0 0.85 0.97 0.26
HSL 7.21º 0.94% 0.38% -
HSV(B) 7.21º 0.97% 0.74% -
XYZ 21.43 11.66 1.29 -
YUV 73.63 89.84 210.29 -
System Red Green Blue C M Y K H S L
Decimal 189 28 6 0 0.85 0.97 0.26 7.21 0.94 0.38
Hex BD 1C 6 0 55 61 1A 7 5E 26
Octal 275 34 6 0 125 141 32 7 136 46
Binary 10111101 11100 110 0 1010101 1100001 11010 111 1011110 100110

Color Harmonies of #BD1C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1C06

Black with #BD1C06

Text Example


Text Example

White with #BD1C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1C06; }

 p { color: rgb(189,28,6); }

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

background-color css

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

 a { background-color: rgb(189,28,6); }

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

border-color css

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

 span { border-color: rgb(189,28,6); }

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