Html Css Color HEX #B6341D Harley Davidson Orange

📋 copy color: '#B6341D'

red 182 ◦ green 52 ◦ blue 29

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

Shades of Harley Davidson Orange #B6341D

Tints of Harley Davidson Orange #B6341D

RGB

 RED value IS 182 (71.48% from 255) = 69.2%

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

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

R = 69.2%
G = 19.77%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B6341D (or 0xB6341D) is known color: Harley Davidson Orange. HEX triplet: B6, 34 and 1D. RGB value is (182,52,29). Sum of RGB (Red+Green+Blue) = 182+52+29=263 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.20% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 182 - color contains mainly: red. Hex color #B6341D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6341D is #49CBE2. Grayscale: #585858. Windows color (decimal): -4836323 or 1914038. OLE color: 1914038.

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

Color convert

RGB 182 52 29 -
CMYK 0 0.71 0.84 0.29
HSL 9.02º 0.73% 0.41% -
HSV(B) 9.02º 0.84% 0.71% -
XYZ 20.74 12.49 2.48 -
YUV 88.25 94.57 194.87 -
System Red Green Blue C M Y K H S L
Decimal 182 52 29 0 0.71 0.84 0.29 9.02 0.73 0.41
Hex B6 34 1D 0 47 54 1D 9 49 29
Octal 266 64 35 0 107 124 35 11 111 51
Binary 10110110 110100 11101 0 1000111 1010100 11101 1001 1001001 101001

Color Harmonies of #B6341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6341D

Black with #B6341D

Text Example


Text Example

White with #B6341D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6341D; }

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

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

background-color css

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

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

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

border-color css

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

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

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