Html Css Color HEX #B7341C Harley Davidson Orange

📋 copy color: '#B7341C'

red 183 ◦ green 52 ◦ blue 28

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

Shades of Harley Davidson Orange #B7341C

Tints of Harley Davidson Orange #B7341C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.65%

R = 69.58%
G = 19.77%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B7341C (or 0xB7341C) is known color: Harley Davidson Orange. HEX triplet: B7, 34 and 1C. RGB value is (183,52,28). Sum of RGB (Red+Green+Blue) = 183+52+28=263 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.58% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 183 - color contains mainly: red. Hex color #B7341C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7341C is #48CBE3. Grayscale: #585858. Windows color (decimal): -4770788 or 1848503. OLE color: 1848503.

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

Color convert

RGB 183 52 28 -
CMYK 0 0.72 0.85 0.28
HSL 9.29º 0.73% 0.41% -
HSV(B) 9.29º 0.85% 0.72% -
XYZ 20.97 12.61 2.43 -
YUV 88.43 93.9 195.45 -
System Red Green Blue C M Y K H S L
Decimal 183 52 28 0 0.72 0.85 0.28 9.29 0.73 0.41
Hex B7 34 1C 0 48 55 1C 9 49 29
Octal 267 64 34 0 110 125 34 11 111 51
Binary 10110111 110100 11100 0 1001000 1010101 11100 1001 1001001 101001

Color Harmonies of #B7341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7341C

Black with #B7341C

Text Example


Text Example

White with #B7341C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7341C; }

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

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

background-color css

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

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

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

border-color css

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

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

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