Html Css Color HEX #B8341A Harley Davidson Orange

📋 copy color: '#B8341A'

red 184 ◦ green 52 ◦ blue 26

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

Shades of Harley Davidson Orange #B8341A

Tints of Harley Davidson Orange #B8341A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.85%

 BLUE value IS 26 (10.55% from 255) = 9.92%

R = 70.23%
G = 19.85%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B8341A (or 0xB8341A) is known color: Harley Davidson Orange. HEX triplet: B8, 34 and 1A. RGB value is (184,52,26). Sum of RGB (Red+Green+Blue) = 184+52+26=262 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.23% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 184 - color contains mainly: red. Hex color #B8341A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8341A is #47CBE5. Grayscale: #585858. Windows color (decimal): -4705254 or 1717432. OLE color: 1717432.

HSL color Cylindrical-coordinate representation of color #B8341A: hue angle of 9.87º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8341A is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 52 26 -
CMYK 0 0.72 0.86 0.28
HSL 9.87º 0.75% 0.41% -
HSV(B) 9.87º 0.86% 0.72% -
XYZ 21.18 12.72 2.32 -
YUV 88.5 92.73 196.11 -
System Red Green Blue C M Y K H S L
Decimal 184 52 26 0 0.72 0.86 0.28 9.87 0.75 0.41
Hex B8 34 1A 0 48 56 1C A 4B 29
Octal 270 64 32 0 110 126 34 12 113 51
Binary 10111000 110100 11010 0 1001000 1010110 11100 1010 1001011 101001

Color Harmonies of #B8341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8341A

Black with #B8341A

Text Example


Text Example

White with #B8341A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8341A; }

 p { color: rgb(184,52,26); }

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

background-color css

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

 a { background-color: rgb(184,52,26); }

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

border-color css

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

 span { border-color: rgb(184,52,26); }

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