Html Css Color HEX #B8AE78 Ecru

📋 copy color: '#B8AE78'

red 184 ◦ green 174 ◦ blue 120

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

Shades of Ecru #B8AE78

Tints of Ecru #B8AE78

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.4%

 BLUE value IS 120 (47.27% from 255) = 25.1%

R = 38.49%
G = 36.4%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#B8AE78 (or 0xB8AE78) is known color: Ecru. HEX triplet: B8, AE and 78. RGB value is (184,174,120). Sum of RGB (Red+Green+Blue) = 184+174+120=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AE78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AE78 is #475187. Grayscale: #ABABAB. Windows color (decimal): -4673928 or 7909048. OLE color: 7909048.

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

Color convert

RGB 184 174 120 -
CMYK 0 0.05 0.35 0.28
HSL 50.63º 0.31% 0.6% -
HSV(B) 50.63º 0.35% 0.72% -
XYZ 38.29 41.82 23.82 -
YUV 170.83 99.31 137.39 -
System Red Green Blue C M Y K H S L
Decimal 184 174 120 0 0.05 0.35 0.28 50.63 0.31 0.6
Hex B8 AE 78 0 5 23 1C 33 1F 3C
Octal 270 256 170 0 5 43 34 63 37 74
Binary 10111000 10101110 1111000 0 101 100011 11100 110011 11111 111100

Color Harmonies of #B8AE78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AE78

Black with #B8AE78

Text Example


Text Example

White with #B8AE78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AE78; }

 p { color: rgb(184,174,120); }

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

background-color css

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

 a { background-color: rgb(184,174,120); }

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

border-color css

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

 span { border-color: rgb(184,174,120); }

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