Html Css Color HEX #B6341C Harley Davidson Orange

📋 copy color: '#B6341C'

red 182 ◦ green 52 ◦ blue 28

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

Shades of Harley Davidson Orange #B6341C

Tints of Harley Davidson Orange #B6341C

RGB

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

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

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

R = 69.47%
G = 19.85%
B = 10.69%

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

#B6341C (or 0xB6341C) is known color: Harley Davidson Orange. HEX triplet: B6, 34 and 1C. RGB value is (182,52,28). Sum of RGB (Red+Green+Blue) = 182+52+28=262 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.47% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 182 - color contains mainly: red. Hex color #B6341C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6341C is #49CBE3. Grayscale: #585858. Windows color (decimal): -4836324 or 1848502. OLE color: 1848502.

HSL color Cylindrical-coordinate representation of color #B6341C: hue angle of 9.35º degrees, saturation: 0.73, 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 #B6341C is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 52 28 -
CMYK 0 0.71 0.85 0.29
HSL 9.35º 0.73% 0.41% -
HSV(B) 9.35º 0.85% 0.71% -
XYZ 20.73 12.48 2.42 -
YUV 88.13 94.07 194.95 -
System Red Green Blue C M Y K H S L
Decimal 182 52 28 0 0.71 0.85 0.29 9.35 0.73 0.41
Hex B6 34 1C 0 47 55 1D 9 49 29
Octal 266 64 34 0 107 125 35 11 111 51
Binary 10110110 110100 11100 0 1000111 1010101 11101 1001 1001001 101001

Color Harmonies of #B6341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6341C

Black with #B6341C

Text Example


Text Example

White with #B6341C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6341C; }

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

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

background-color css

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

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

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

border-color css

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

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

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