Html Css Color HEX #B8341D Harley Davidson Orange

📋 copy color: '#B8341D'

red 184 ◦ green 52 ◦ blue 29

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

Shades of Harley Davidson Orange #B8341D

Tints of Harley Davidson Orange #B8341D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.94%

R = 69.43%
G = 19.62%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B8341D (or 0xB8341D) is known color: Harley Davidson Orange. HEX triplet: B8, 34 and 1D. RGB value is (184,52,29). Sum of RGB (Red+Green+Blue) = 184+52+29=265 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.43% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 184 - color contains mainly: red. Hex color #B8341D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8341D is #47CBE2. Grayscale: #595959. Windows color (decimal): -4705251 or 1914040. OLE color: 1914040.

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

Color convert

RGB 184 52 29 -
CMYK 0 0.72 0.84 0.28
HSL 8.9º 0.73% 0.42% -
HSV(B) 8.9º 0.84% 0.72% -
XYZ 21.22 12.74 2.5 -
YUV 88.85 94.23 195.87 -
System Red Green Blue C M Y K H S L
Decimal 184 52 29 0 0.72 0.84 0.28 8.9 0.73 0.42
Hex B8 34 1D 0 48 54 1C 9 49 2A
Octal 270 64 35 0 110 124 34 11 111 52
Binary 10111000 110100 11101 0 1001000 1010100 11100 1001 1001001 101010

Color Harmonies of #B8341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8341D

Black with #B8341D

Text Example


Text Example

White with #B8341D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8341D; }

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

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

background-color css

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

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

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

border-color css

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

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

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