Html Css Color HEX #BAAC99 Akaroa

📋 copy color: '#BAAC99'

red 186 ◦ green 172 ◦ blue 153

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

Shades of Akaroa #BAAC99

Tints of Akaroa #BAAC99

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.66%

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

R = 36.4%
G = 33.66%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BAAC99 (or 0xBAAC99) is known color: Akaroa. HEX triplet: BA, AC and 99. RGB value is (186,172,153). Sum of RGB (Red+Green+Blue) = 186+172+153=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 153 (60.16% from 255 or 29.94% from 511); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAC99 is #455366. Grayscale: #AEAEAE. Windows color (decimal): -4543335 or 10071226. OLE color: 10071226.

HSL color Cylindrical-coordinate representation of color #BAAC99: hue angle of 34.55º 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 #BAAC99 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 172 153 -
CMYK 0 0.08 0.18 0.27
HSL 34.55º 0.19% 0.66% -
HSV(B) 34.55º 0.18% 0.73% -
XYZ 40.75 42.24 36.14 -
YUV 174.02 116.14 136.54 -
System Red Green Blue C M Y K H S L
Decimal 186 172 153 0 0.08 0.18 0.27 34.55 0.19 0.66
Hex BA AC 99 0 8 12 1B 23 13 42
Octal 272 254 231 0 10 22 33 43 23 102
Binary 10111010 10101100 10011001 0 1000 10010 11011 100011 10011 1000010

Color Harmonies of #BAAC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAC99

Black with #BAAC99

Text Example


Text Example

White with #BAAC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAC99; }

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

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

background-color css

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

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

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

border-color css

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

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

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