Html Css Color HEX #BAAE9A Akaroa

📋 copy color: '#BAAE9A'

red 186 ◦ green 174 ◦ blue 154

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

Shades of Akaroa #BAAE9A

Tints of Akaroa #BAAE9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.96%

R = 36.19%
G = 33.85%
B = 29.96%

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

#BAAE9A (or 0xBAAE9A) is known color: Akaroa. HEX triplet: BA, AE and 9A. RGB value is (186,174,154). Sum of RGB (Red+Green+Blue) = 186+174+154=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 154 (60.55% from 255 or 29.96% from 514); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAE9A is #455165. Grayscale: #AFAFAF. Windows color (decimal): -4542822 or 10137274. OLE color: 10137274.

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

Color convert

RGB 186 174 154 -
CMYK 0 0.06 0.17 0.27
HSL 37.5º 0.19% 0.67% -
HSV(B) 37.5º 0.17% 0.73% -
XYZ 41.22 43.04 36.71 -
YUV 175.31 115.98 135.63 -
System Red Green Blue C M Y K H S L
Decimal 186 174 154 0 0.06 0.17 0.27 37.5 0.19 0.67
Hex BA AE 9A 0 6 11 1B 26 13 43
Octal 272 256 232 0 6 21 33 46 23 103
Binary 10111010 10101110 10011010 0 110 10001 11011 100110 10011 1000011

Color Harmonies of #BAAE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAE9A

Black with #BAAE9A

Text Example


Text Example

White with #BAAE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAE9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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