Html Css Color HEX #BAAE99 Akaroa

📋 copy color: '#BAAE99'

red 186 ◦ green 174 ◦ blue 153

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

Shades of Akaroa #BAAE99

Tints of Akaroa #BAAE99

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.92%

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

R = 36.26%
G = 33.92%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BAAE99 (or 0xBAAE99) is known color: Akaroa. HEX triplet: BA, AE and 99. RGB value is (186,174,153). Sum of RGB (Red+Green+Blue) = 186+174+153=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 153 (60.16% from 255 or 29.82% from 513); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAE99 is #455166. Grayscale: #AFAFAF. Windows color (decimal): -4542823 or 10071738. OLE color: 10071738.

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

Color convert

RGB 186 174 153 -
CMYK 0 0.06 0.18 0.27
HSL 38.18º 0.19% 0.66% -
HSV(B) 38.18º 0.18% 0.73% -
XYZ 41.14 43.01 36.27 -
YUV 175.19 115.48 135.71 -
System Red Green Blue C M Y K H S L
Decimal 186 174 153 0 0.06 0.18 0.27 38.18 0.19 0.66
Hex BA AE 99 0 6 12 1B 26 13 42
Octal 272 256 231 0 6 22 33 46 23 102
Binary 10111010 10101110 10011001 0 110 10010 11011 100110 10011 1000010

Color Harmonies of #BAAE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAE99

Black with #BAAE99

Text Example


Text Example

White with #BAAE99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAE99; }

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

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

background-color css

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

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

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

border-color css

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

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

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