Html Css Color HEX #B6341B Harley Davidson Orange

📋 copy color: '#B6341B'

red 182 ◦ green 52 ◦ blue 27

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

Shades of Harley Davidson Orange #B6341B

Tints of Harley Davidson Orange #B6341B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.34%

R = 69.73%
G = 19.92%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B6341B (or 0xB6341B) is known color: Harley Davidson Orange. HEX triplet: B6, 34 and 1B. RGB value is (182,52,27). Sum of RGB (Red+Green+Blue) = 182+52+27=261 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.73% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 182 - color contains mainly: red. Hex color #B6341B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6341B is #49CBE4. Grayscale: #585858. Windows color (decimal): -4836325 or 1782966. OLE color: 1782966.

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

Color convert

RGB 182 52 27 -
CMYK 0 0.71 0.85 0.29
HSL 9.68º 0.74% 0.41% -
HSV(B) 9.68º 0.85% 0.71% -
XYZ 20.72 12.48 2.35 -
YUV 88.02 93.57 195.03 -
System Red Green Blue C M Y K H S L
Decimal 182 52 27 0 0.71 0.85 0.29 9.68 0.74 0.41
Hex B6 34 1B 0 47 55 1D A 4A 29
Octal 266 64 33 0 107 125 35 12 112 51
Binary 10110110 110100 11011 0 1000111 1010101 11101 1010 1001010 101001

Color Harmonies of #B6341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6341B

Black with #B6341B

Text Example


Text Example

White with #B6341B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6341B; }

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

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

background-color css

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

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

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

border-color css

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

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

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