Html Css Color HEX #B7341D Harley Davidson Orange

📋 copy color: '#B7341D'

red 183 ◦ green 52 ◦ blue 29

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

Shades of Harley Davidson Orange #B7341D

Tints of Harley Davidson Orange #B7341D

RGB

 RED value IS 183 (71.88% from 255) = 69.32%

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

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

R = 69.32%
G = 19.7%
B = 10.98%

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

#B7341D (or 0xB7341D) is known color: Harley Davidson Orange. HEX triplet: B7, 34 and 1D. RGB value is (183,52,29). Sum of RGB (Red+Green+Blue) = 183+52+29=264 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.32% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 183 - color contains mainly: red. Hex color #B7341D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7341D is #48CBE2. Grayscale: #585858. Windows color (decimal): -4770787 or 1914039. OLE color: 1914039.

HSL color Cylindrical-coordinate representation of color #B7341D: hue angle of 8.96º 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 #B7341D is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 52 29 -
CMYK 0 0.72 0.84 0.28
HSL 8.96º 0.73% 0.42% -
HSV(B) 8.96º 0.84% 0.72% -
XYZ 20.98 12.61 2.49 -
YUV 88.55 94.4 195.37 -
System Red Green Blue C M Y K H S L
Decimal 183 52 29 0 0.72 0.84 0.28 8.96 0.73 0.42
Hex B7 34 1D 0 48 54 1C 9 49 2A
Octal 267 64 35 0 110 124 34 11 111 52
Binary 10110111 110100 11101 0 1001000 1010100 11100 1001 1001001 101010

Color Harmonies of #B7341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7341D

Black with #B7341D

Text Example


Text Example

White with #B7341D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7341D; }

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

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

background-color css

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

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

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

border-color css

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

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

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