Html Css Color HEX #B82C15 Harley Davidson Orange

📋 copy color: '#B82C15'

red 184 ◦ green 44 ◦ blue 21

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

Shades of Harley Davidson Orange #B82C15

Tints of Harley Davidson Orange #B82C15

RGB

 RED value IS 184 (72.27% from 255) = 73.9%

 GREEN value IS 44 (17.58% from 255) = 17.67%

 BLUE value IS 21 (8.59% from 255) = 8.43%

R = 73.9%
G = 17.67%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B82C15 (or 0xB82C15) is known color: Harley Davidson Orange. HEX triplet: B8, 2C and 15. RGB value is (184,44,21). Sum of RGB (Red+Green+Blue) = 184+44+21=249 (32% of max value = 765). Red value is 184 (72.27% from 255 or 73.90% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 184 - color contains mainly: red. Hex color #B82C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82C15 is #47D3EA. Grayscale: #535353. Windows color (decimal): -4707307 or 1387704. OLE color: 1387704.

HSL color Cylindrical-coordinate representation of color #B82C15: hue angle of 8.47º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B82C15 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 44 21 -
CMYK 0 0.76 0.89 0.28
HSL 8.47º 0.8% 0.4% -
HSV(B) 8.47º 0.89% 0.72% -
XYZ 20.8 12.05 1.94 -
YUV 83.24 92.88 199.87 -
System Red Green Blue C M Y K H S L
Decimal 184 44 21 0 0.76 0.89 0.28 8.47 0.8 0.4
Hex B8 2C 15 0 4C 59 1C 8 50 28
Octal 270 54 25 0 114 131 34 10 120 50
Binary 10111000 101100 10101 0 1001100 1011001 11100 1000 1010000 101000

Color Harmonies of #B82C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82C15

Black with #B82C15

Text Example


Text Example

White with #B82C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82C15; }

 p { color: rgb(184,44,21); }

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

background-color css

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

 a { background-color: rgb(184,44,21); }

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

border-color css

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

 span { border-color: rgb(184,44,21); }

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