Html Css Color HEX #B6290C Harley Davidson Orange

📋 copy color: '#B6290C'

red 182 ◦ green 41 ◦ blue 12

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

Shades of Harley Davidson Orange #B6290C

Tints of Harley Davidson Orange #B6290C

RGB

 RED value IS 182 (71.48% from 255) = 77.45%

 GREEN value IS 41 (16.41% from 255) = 17.45%

 BLUE value IS 12 (5.08% from 255) = 5.11%

R = 77.45%
G = 17.45%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B6290C (or 0xB6290C) is known color: Harley Davidson Orange. HEX triplet: B6, 29 and 0C. RGB value is (182,41,12). Sum of RGB (Red+Green+Blue) = 182+41+12=235 (31% of max value = 765). Red value is 182 (71.48% from 255 or 77.45% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 182 - color contains mainly: red. Hex color #B6290C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B6290C is #49D6F3. Grayscale: #505050. Windows color (decimal): -4839156 or 797110. OLE color: 797110.

HSL color Cylindrical-coordinate representation of color #B6290C: hue angle of 10.24º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B6290C is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 41 12 -
CMYK 0 0.77 0.93 0.29
HSL 10.24º 0.88% 0.38% -
HSV(B) 10.24º 0.93% 0.71% -
XYZ 20.15 11.56 1.52 -
YUV 79.85 89.71 200.86 -
System Red Green Blue C M Y K H S L
Decimal 182 41 12 0 0.77 0.93 0.29 10.24 0.88 0.38
Hex B6 29 C 0 4D 5D 1D A 58 26
Octal 266 51 14 0 115 135 35 12 130 46
Binary 10110110 101001 1100 0 1001101 1011101 11101 1010 1011000 100110

Color Harmonies of #B6290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6290C

Black with #B6290C

Text Example


Text Example

White with #B6290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6290C; }

 p { color: rgb(182,41,12); }

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

background-color css

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

 a { background-color: rgb(182,41,12); }

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

border-color css

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

 span { border-color: rgb(182,41,12); }

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