Html Css Color HEX #BAB19D Akaroa

📋 copy color: '#BAB19D'

red 186 ◦ green 177 ◦ blue 157

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

Shades of Akaroa #BAB19D

Tints of Akaroa #BAB19D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.04%

 BLUE value IS 157 (61.72% from 255) = 30.19%

R = 35.77%
G = 34.04%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BAB19D (or 0xBAB19D) is known color: Akaroa. HEX triplet: BA, B1 and 9D. RGB value is (186,177,157). Sum of RGB (Red+Green+Blue) = 186+177+157=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 157 (61.72% from 255 or 30.19% from 520); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB19D is #454E62. Grayscale: #B1B1B1. Windows color (decimal): -4542051 or 10334650. OLE color: 10334650.

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

Color convert

RGB 186 177 157 -
CMYK 0 0.05 0.16 0.27
HSL 41.38º 0.17% 0.67% -
HSV(B) 41.38º 0.16% 0.73% -
XYZ 42.06 44.32 38.24 -
YUV 177.41 116.48 134.13 -
System Red Green Blue C M Y K H S L
Decimal 186 177 157 0 0.05 0.16 0.27 41.38 0.17 0.67
Hex BA B1 9D 0 5 10 1B 29 11 43
Octal 272 261 235 0 5 20 33 51 21 103
Binary 10111010 10110001 10011101 0 101 10000 11011 101001 10001 1000011

Color Harmonies of #BAB19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB19D

Black with #BAB19D

Text Example


Text Example

White with #BAB19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB19D; }

 p { color: rgb(186,177,157); }

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

background-color css

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

 a { background-color: rgb(186,177,157); }

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

border-color css

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

 span { border-color: rgb(186,177,157); }

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