Html Css Color HEX #BAAD99 Akaroa

📋 copy color: '#BAAD99'

red 186 ◦ green 173 ◦ blue 153

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

Shades of Akaroa #BAAD99

Tints of Akaroa #BAAD99

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.79%

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

R = 36.33%
G = 33.79%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BAAD99 (or 0xBAAD99) is known color: Akaroa. HEX triplet: BA, AD and 99. RGB value is (186,173,153). Sum of RGB (Red+Green+Blue) = 186+173+153=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 153 (60.16% from 255 or 29.88% from 512); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAD99 is #455266. Grayscale: #AEAEAE. Windows color (decimal): -4543079 or 10071482. OLE color: 10071482.

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

Color convert

RGB 186 173 153 -
CMYK 0 0.07 0.18 0.27
HSL 36.36º 0.19% 0.66% -
HSV(B) 36.36º 0.18% 0.73% -
XYZ 40.94 42.63 36.21 -
YUV 174.61 115.81 136.13 -
System Red Green Blue C M Y K H S L
Decimal 186 173 153 0 0.07 0.18 0.27 36.36 0.19 0.66
Hex BA AD 99 0 7 12 1B 24 13 42
Octal 272 255 231 0 7 22 33 44 23 102
Binary 10111010 10101101 10011001 0 111 10010 11011 100100 10011 1000010

Color Harmonies of #BAAD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAD99

Black with #BAAD99

Text Example


Text Example

White with #BAAD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAD99; }

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

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

background-color css

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

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

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

border-color css

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

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

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