Html Css Color HEX #BAB199 Akaroa

📋 copy color: '#BAB199'

red 186 ◦ green 177 ◦ blue 153

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

Shades of Akaroa #BAB199

Tints of Akaroa #BAB199

RGB

 RED value IS 186 (73.05% from 255) = 36.05%

 GREEN value IS 177 (69.53% from 255) = 34.3%

 BLUE value IS 153 (60.16% from 255) = 29.65%

R = 36.05%
G = 34.3%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BAB199 (or 0xBAB199) is known color: Akaroa. HEX triplet: BA, B1 and 99. RGB value is (186,177,153). Sum of RGB (Red+Green+Blue) = 186+177+153=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 153 (60.16% from 255 or 29.65% from 516); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB199 is #454E66. Grayscale: #B1B1B1. Windows color (decimal): -4542055 or 10072506. OLE color: 10072506.

HSL color Cylindrical-coordinate representation of color #BAB199: hue angle of 43.64º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAB199 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 177 153 -
CMYK 0 0.05 0.18 0.27
HSL 43.64º 0.19% 0.66% -
HSV(B) 43.64º 0.18% 0.73% -
XYZ 41.72 44.18 36.47 -
YUV 176.96 114.48 134.45 -
System Red Green Blue C M Y K H S L
Decimal 186 177 153 0 0.05 0.18 0.27 43.64 0.19 0.66
Hex BA B1 99 0 5 12 1B 2C 13 42
Octal 272 261 231 0 5 22 33 54 23 102
Binary 10111010 10110001 10011001 0 101 10010 11011 101100 10011 1000010

Color Harmonies of #BAB199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB199

Black with #BAB199

Text Example


Text Example

White with #BAB199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB199; }

 p { color: rgb(186,177,153); }

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

background-color css

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

 a { background-color: rgb(186,177,153); }

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

border-color css

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

 span { border-color: rgb(186,177,153); }

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