Html Css Color HEX #B7301A Harley Davidson Orange

📋 copy color: '#B7301A'

red 183 ◦ green 48 ◦ blue 26

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

Shades of Harley Davidson Orange #B7301A

Tints of Harley Davidson Orange #B7301A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.68%

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

R = 71.21%
G = 18.68%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B7301A (or 0xB7301A) is known color: Harley Davidson Orange. HEX triplet: B7, 30 and 1A. RGB value is (183,48,26). Sum of RGB (Red+Green+Blue) = 183+48+26=257 (34% of max value = 765). Red value is 183 (71.88% from 255 or 71.21% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 183 - color contains mainly: red. Hex color #B7301A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7301A is #48CFE5. Grayscale: #565656. Windows color (decimal): -4771814 or 1716407. OLE color: 1716407.

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

Color convert

RGB 183 48 26 -
CMYK 0 0.74 0.86 0.28
HSL 8.41º 0.75% 0.41% -
HSV(B) 8.41º 0.86% 0.72% -
XYZ 20.77 12.26 2.25 -
YUV 85.86 94.23 197.29 -
System Red Green Blue C M Y K H S L
Decimal 183 48 26 0 0.74 0.86 0.28 8.41 0.75 0.41
Hex B7 30 1A 0 4A 56 1C 8 4B 29
Octal 267 60 32 0 112 126 34 10 113 51
Binary 10110111 110000 11010 0 1001010 1010110 11100 1000 1001011 101001

Color Harmonies of #B7301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7301A

Black with #B7301A

Text Example


Text Example

White with #B7301A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7301A; }

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

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

background-color css

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

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

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

border-color css

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

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

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