Html Css Color HEX #BAAE9B Akaroa

📋 copy color: '#BAAE9B'

red 186 ◦ green 174 ◦ blue 155

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

Shades of Akaroa #BAAE9B

Tints of Akaroa #BAAE9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.1%

R = 36.12%
G = 33.79%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BAAE9B (or 0xBAAE9B) is known color: Akaroa. HEX triplet: BA, AE and 9B. RGB value is (186,174,155). Sum of RGB (Red+Green+Blue) = 186+174+155=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAE9B is #455164. Grayscale: #AFAFAF. Windows color (decimal): -4542821 or 10202810. OLE color: 10202810.

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

Color convert

RGB 186 174 155 -
CMYK 0 0.06 0.17 0.27
HSL 36.77º 0.18% 0.67% -
HSV(B) 36.77º 0.17% 0.73% -
XYZ 41.3 43.08 37.15 -
YUV 175.42 116.48 135.54 -
System Red Green Blue C M Y K H S L
Decimal 186 174 155 0 0.06 0.17 0.27 36.77 0.18 0.67
Hex BA AE 9B 0 6 11 1B 25 12 43
Octal 272 256 233 0 6 21 33 45 22 103
Binary 10111010 10101110 10011011 0 110 10001 11011 100101 10010 1000011

Color Harmonies of #BAAE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAE9B

Black with #BAAE9B

Text Example


Text Example

White with #BAAE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAE9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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