Html Css Color HEX #BAA993 Akaroa

📋 copy color: '#BAA993'

red 186 ◦ green 169 ◦ blue 147

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

Shades of Akaroa #BAA993

Tints of Akaroa #BAA993

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.67%

 BLUE value IS 147 (57.81% from 255) = 29.28%

R = 37.05%
G = 33.67%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BAA993 (or 0xBAA993) is known color: Akaroa. HEX triplet: BA, A9 and 93. RGB value is (186,169,147). Sum of RGB (Red+Green+Blue) = 186+169+147=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 169 (66.41% from 255 or 33.67% from 502); Blue value is 147 (57.81% from 255 or 29.28% from 502); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA993 is #45566C. Grayscale: #ABABAB. Windows color (decimal): -4544109 or 9677242. OLE color: 9677242.

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

Color convert

RGB 186 169 147 -
CMYK 0 0.09 0.21 0.27
HSL 33.85º 0.22% 0.65% -
HSV(B) 33.85º 0.21% 0.73% -
XYZ 39.7 40.92 33.41 -
YUV 171.58 114.13 138.29 -
System Red Green Blue C M Y K H S L
Decimal 186 169 147 0 0.09 0.21 0.27 33.85 0.22 0.65
Hex BA A9 93 0 9 15 1B 22 16 41
Octal 272 251 223 0 11 25 33 42 26 101
Binary 10111010 10101001 10010011 0 1001 10101 11011 100010 10110 1000001

Color Harmonies of #BAA993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA993

Black with #BAA993

Text Example


Text Example

White with #BAA993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA993; }

 p { color: rgb(186,169,147); }

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

background-color css

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

 a { background-color: rgb(186,169,147); }

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

border-color css

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

 span { border-color: rgb(186,169,147); }

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