Html Css Color HEX #B8AC7B Ecru

📋 copy color: '#B8AC7B'

red 184 ◦ green 172 ◦ blue 123

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

Shades of Ecru #B8AC7B

Tints of Ecru #B8AC7B

RGB

 RED value IS 184 (72.27% from 255) = 38.41%

 GREEN value IS 172 (67.58% from 255) = 35.91%

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

R = 38.41%
G = 35.91%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B8AC7B (or 0xB8AC7B) is known color: Ecru. HEX triplet: B8, AC and 7B. RGB value is (184,172,123). Sum of RGB (Red+Green+Blue) = 184+172+123=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AC7B is #475384. Grayscale: #AAAAAA. Windows color (decimal): -4674437 or 8105144. OLE color: 8105144.

HSL color Cylindrical-coordinate representation of color #B8AC7B: hue angle of 48.2º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8AC7B is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 172 123 -
CMYK 0 0.07 0.33 0.28
HSL 48.2º 0.3% 0.6% -
HSV(B) 48.2º 0.33% 0.72% -
XYZ 38.09 41.13 24.67 -
YUV 170 101.48 137.98 -
System Red Green Blue C M Y K H S L
Decimal 184 172 123 0 0.07 0.33 0.28 48.2 0.3 0.6
Hex B8 AC 7B 0 7 21 1C 30 1E 3C
Octal 270 254 173 0 7 41 34 60 36 74
Binary 10111000 10101100 1111011 0 111 100001 11100 110000 11110 111100

Color Harmonies of #B8AC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AC7B

Black with #B8AC7B

Text Example


Text Example

White with #B8AC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AC7B; }

 p { color: rgb(184,172,123); }

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

background-color css

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

 a { background-color: rgb(184,172,123); }

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

border-color css

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

 span { border-color: rgb(184,172,123); }

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