Html Css Color HEX #AB7148 Bourbon

📋 copy color: '#AB7148'

red 171 ◦ green 113 ◦ blue 72

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

Shades of Bourbon #AB7148

Tints of Bourbon #AB7148

RGB

 RED value IS 171 (67.19% from 255) = 48.03%

 GREEN value IS 113 (44.53% from 255) = 31.74%

 BLUE value IS 72 (28.52% from 255) = 20.22%

R = 48.03%
G = 31.74%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB7148 (or 0xAB7148) is known color: Bourbon. HEX triplet: AB, 71 and 48. RGB value is (171,113,72). Sum of RGB (Red+Green+Blue) = 171+113+72=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7148 is #548EB7. Grayscale: #7D7D7D. Windows color (decimal): -5541560 or 4747691. OLE color: 4747691.

HSL color Cylindrical-coordinate representation of color #AB7148: hue angle of 24.85º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB7148 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 113 72 -
CMYK 0 0.34 0.58 0.33
HSL 24.85º 0.41% 0.48% -
HSV(B) 24.85º 0.58% 0.67% -
XYZ 23.87 20.94 8.91 -
YUV 125.67 97.72 160.33 -
System Red Green Blue C M Y K H S L
Decimal 171 113 72 0 0.34 0.58 0.33 24.85 0.41 0.48
Hex AB 71 48 0 22 3A 21 19 29 30
Octal 253 161 110 0 42 72 41 31 51 60
Binary 10101011 1110001 1001000 0 100010 111010 100001 11001 101001 110000

Color Harmonies of #AB7148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7148

Black with #AB7148

Text Example


Text Example

White with #AB7148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7148; }

 p { color: rgb(171,113,72); }

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

background-color css

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

 a { background-color: rgb(171,113,72); }

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

border-color css

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

 span { border-color: rgb(171,113,72); }

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