Html Css Color HEX #BAAE96 Akaroa

📋 copy color: '#BAAE96'

red 186 ◦ green 174 ◦ blue 150

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

Shades of Akaroa #BAAE96

Tints of Akaroa #BAAE96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.41%

R = 36.47%
G = 34.12%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BAAE96 (or 0xBAAE96) is known color: Akaroa. HEX triplet: BA, AE and 96. RGB value is (186,174,150). Sum of RGB (Red+Green+Blue) = 186+174+150=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 150 (58.98% from 255 or 29.41% from 510); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAE96 is #455169. Grayscale: #AEAEAE. Windows color (decimal): -4542826 or 9875130. OLE color: 9875130.

HSL color Cylindrical-coordinate representation of color #BAAE96: hue angle of 40º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAAE96 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 174 150 -
CMYK 0 0.06 0.19 0.27
HSL 40º 0.21% 0.66% -
HSV(B) 40º 0.19% 0.73% -
XYZ 40.89 42.91 34.98 -
YUV 174.85 113.98 135.95 -
System Red Green Blue C M Y K H S L
Decimal 186 174 150 0 0.06 0.19 0.27 40 0.21 0.66
Hex BA AE 96 0 6 13 1B 28 15 42
Octal 272 256 226 0 6 23 33 50 25 102
Binary 10111010 10101110 10010110 0 110 10011 11011 101000 10101 1000010

Color Harmonies of #BAAE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAE96

Black with #BAAE96

Text Example


Text Example

White with #BAAE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAE96; }

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

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

background-color css

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

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

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

border-color css

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

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

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