Html Css Color HEX #BAB07B Ecru

📋 copy color: '#BAB07B'

red 186 ◦ green 176 ◦ blue 123

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

Shades of Ecru #BAB07B

Tints of Ecru #BAB07B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.29%

 BLUE value IS 123 (48.44% from 255) = 25.36%

R = 38.35%
G = 36.29%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BAB07B (or 0xBAB07B) is known color: Ecru. HEX triplet: BA, B0 and 7B. RGB value is (186,176,123). Sum of RGB (Red+Green+Blue) = 186+176+123=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 123 (48.44% from 255 or 25.36% from 485); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB07B is #454F84. Grayscale: #ADADAD. Windows color (decimal): -4542341 or 8106170. OLE color: 8106170.

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

Color convert

RGB 186 176 123 -
CMYK 0 0.05 0.34 0.27
HSL 50.48º 0.31% 0.61% -
HSV(B) 50.48º 0.34% 0.73% -
XYZ 39.35 42.92 24.95 -
YUV 172.95 99.81 137.31 -
System Red Green Blue C M Y K H S L
Decimal 186 176 123 0 0.05 0.34 0.27 50.48 0.31 0.61
Hex BA B0 7B 0 5 22 1B 32 1F 3D
Octal 272 260 173 0 5 42 33 62 37 75
Binary 10111010 10110000 1111011 0 101 100010 11011 110010 11111 111101

Color Harmonies of #BAB07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB07B

Black with #BAB07B

Text Example


Text Example

White with #BAB07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB07B; }

 p { color: rgb(186,176,123); }

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

background-color css

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

 a { background-color: rgb(186,176,123); }

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

border-color css

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

 span { border-color: rgb(186,176,123); }

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