Html Css Color HEX #BAB39D Akaroa

📋 copy color: '#BAB39D'

red 186 ◦ green 179 ◦ blue 157

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

Shades of Akaroa #BAB39D

Tints of Akaroa #BAB39D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.29%

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

R = 35.63%
G = 34.29%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BAB39D (or 0xBAB39D) is known color: Akaroa. HEX triplet: BA, B3 and 9D. RGB value is (186,179,157). Sum of RGB (Red+Green+Blue) = 186+179+157=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 157 (61.72% from 255 or 30.08% from 522); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB39D is #454C62. Grayscale: #B2B2B2. Windows color (decimal): -4541539 or 10335162. OLE color: 10335162.

HSL color Cylindrical-coordinate representation of color #BAB39D: hue angle of 45.52º 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 #BAB39D is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 179 157 -
CMYK 0 0.04 0.16 0.27
HSL 45.52º 0.17% 0.67% -
HSV(B) 45.52º 0.16% 0.73% -
XYZ 42.46 45.11 38.37 -
YUV 178.59 115.82 133.29 -
System Red Green Blue C M Y K H S L
Decimal 186 179 157 0 0.04 0.16 0.27 45.52 0.17 0.67
Hex BA B3 9D 0 4 10 1B 2E 11 43
Octal 272 263 235 0 4 20 33 56 21 103
Binary 10111010 10110011 10011101 0 100 10000 11011 101110 10001 1000011

Color Harmonies of #BAB39D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB39D

Black with #BAB39D

Text Example


Text Example

White with #BAB39D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB39D; }

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

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

background-color css

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

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

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

border-color css

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

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

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