Html Css Color HEX #B7341F Harley Davidson Orange

📋 copy color: '#B7341F'

red 183 ◦ green 52 ◦ blue 31

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

Shades of Harley Davidson Orange #B7341F

Tints of Harley Davidson Orange #B7341F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.65%

R = 68.8%
G = 19.55%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B7341F (or 0xB7341F) is known color: Harley Davidson Orange. HEX triplet: B7, 34 and 1F. RGB value is (183,52,31). Sum of RGB (Red+Green+Blue) = 183+52+31=266 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.80% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 183 - color contains mainly: red. Hex color #B7341F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7341F is #48CBE0. Grayscale: #585858. Windows color (decimal): -4770785 or 2045111. OLE color: 2045111.

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

Color convert

RGB 183 52 31 -
CMYK 0 0.72 0.83 0.28
HSL 8.29º 0.71% 0.42% -
HSV(B) 8.29º 0.83% 0.72% -
XYZ 21 12.62 2.63 -
YUV 88.78 95.4 195.21 -
System Red Green Blue C M Y K H S L
Decimal 183 52 31 0 0.72 0.83 0.28 8.29 0.71 0.42
Hex B7 34 1F 0 48 53 1C 8 47 2A
Octal 267 64 37 0 110 123 34 10 107 52
Binary 10110111 110100 11111 0 1001000 1010011 11100 1000 1000111 101010

Color Harmonies of #B7341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7341F

Black with #B7341F

Text Example


Text Example

White with #B7341F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7341F; }

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

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

background-color css

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

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

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

border-color css

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

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

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