Html Css Color HEX #B7341A Harley Davidson Orange

📋 copy color: '#B7341A'

red 183 ◦ green 52 ◦ blue 26

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

Shades of Harley Davidson Orange #B7341A

Tints of Harley Davidson Orange #B7341A

RGB

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

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

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

R = 70.11%
G = 19.92%
B = 9.96%

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

#B7341A (or 0xB7341A) is known color: Harley Davidson Orange. HEX triplet: B7, 34 and 1A. RGB value is (183,52,26). Sum of RGB (Red+Green+Blue) = 183+52+26=261 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.11% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 183 - color contains mainly: red. Hex color #B7341A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7341A is #48CBE5. Grayscale: #585858. Windows color (decimal): -4770790 or 1717431. OLE color: 1717431.

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

Color convert

RGB 183 52 26 -
CMYK 0 0.72 0.86 0.28
HSL 9.94º 0.75% 0.41% -
HSV(B) 9.94º 0.86% 0.72% -
XYZ 20.94 12.6 2.31 -
YUV 88.21 92.9 195.61 -
System Red Green Blue C M Y K H S L
Decimal 183 52 26 0 0.72 0.86 0.28 9.94 0.75 0.41
Hex B7 34 1A 0 48 56 1C A 4B 29
Octal 267 64 32 0 110 126 34 12 113 51
Binary 10110111 110100 11010 0 1001000 1010110 11100 1010 1001011 101001

Color Harmonies of #B7341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7341A

Black with #B7341A

Text Example


Text Example

White with #B7341A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7341A; }

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

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

background-color css

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

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

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

border-color css

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

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

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