Html Css Color HEX #BAB299 Akaroa

📋 copy color: '#BAB299'

red 186 ◦ green 178 ◦ blue 153

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

Shades of Akaroa #BAB299

Tints of Akaroa #BAB299

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.43%

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

R = 35.98%
G = 34.43%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BAB299 (or 0xBAB299) is known color: Akaroa. HEX triplet: BA, B2 and 99. RGB value is (186,178,153). Sum of RGB (Red+Green+Blue) = 186+178+153=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 153 (60.16% from 255 or 29.59% from 517); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB299 is #454D66. Grayscale: #B1B1B1. Windows color (decimal): -4541799 or 10072762. OLE color: 10072762.

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

Color convert

RGB 186 178 153 -
CMYK 0 0.04 0.18 0.27
HSL 45.45º 0.19% 0.66% -
HSV(B) 45.45º 0.18% 0.73% -
XYZ 41.92 44.58 36.53 -
YUV 177.54 114.15 134.03 -
System Red Green Blue C M Y K H S L
Decimal 186 178 153 0 0.04 0.18 0.27 45.45 0.19 0.66
Hex BA B2 99 0 4 12 1B 2D 13 42
Octal 272 262 231 0 4 22 33 55 23 102
Binary 10111010 10110010 10011001 0 100 10010 11011 101101 10011 1000010

Color Harmonies of #BAB299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB299

Black with #BAB299

Text Example


Text Example

White with #BAB299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB299; }

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

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

background-color css

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

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

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

border-color css

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

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

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