Html Css Color HEX #BAA994 Akaroa

📋 copy color: '#BAA994'

red 186 ◦ green 169 ◦ blue 148

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

Shades of Akaroa #BAA994

Tints of Akaroa #BAA994

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.6%

 BLUE value IS 148 (58.2% from 255) = 29.42%

R = 36.98%
G = 33.6%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BAA994 (or 0xBAA994) is known color: Akaroa. HEX triplet: BA, A9 and 94. RGB value is (186,169,148). Sum of RGB (Red+Green+Blue) = 186+169+148=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 148 (58.20% from 255 or 29.42% from 503); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA994 is #45566B. Grayscale: #ABABAB. Windows color (decimal): -4544108 or 9742778. OLE color: 9742778.

HSL color Cylindrical-coordinate representation of color #BAA994: hue angle of 33.16º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAA994 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 169 148 -
CMYK 0 0.09 0.20 0.27
HSL 33.16º 0.22% 0.65% -
HSV(B) 33.16º 0.2% 0.73% -
XYZ 39.78 40.95 33.82 -
YUV 171.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 186 169 148 0 0.09 0.20 0.27 33.16 0.22 0.65
Hex BA A9 94 0 9 14 1B 21 16 41
Octal 272 251 224 0 11 24 33 41 26 101
Binary 10111010 10101001 10010100 0 1001 10100 11011 100001 10110 1000001

Color Harmonies of #BAA994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA994

Black with #BAA994

Text Example


Text Example

White with #BAA994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA994; }

 p { color: rgb(186,169,148); }

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

background-color css

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

 a { background-color: rgb(186,169,148); }

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

border-color css

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

 span { border-color: rgb(186,169,148); }

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