Html Css Color HEX #BDB57A Ecru

📋 copy color: '#BDB57A'

red 189 ◦ green 181 ◦ blue 122

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

Shades of Ecru #BDB57A

Tints of Ecru #BDB57A

RGB

 RED value IS 189 (74.22% from 255) = 38.41%

 GREEN value IS 181 (71.09% from 255) = 36.79%

 BLUE value IS 122 (48.05% from 255) = 24.8%

R = 38.41%
G = 36.79%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BDB57A (or 0xBDB57A) is known color: Ecru. HEX triplet: BD, B5 and 7A. RGB value is (189,181,122). Sum of RGB (Red+Green+Blue) = 189+181+122=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB57A is #424A85. Grayscale: #B0B0B0. Windows color (decimal): -4344454 or 8041917. OLE color: 8041917.

HSL color Cylindrical-coordinate representation of color #BDB57A: hue angle of 52.84º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDB57A is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 181 122 -
CMYK 0 0.04 0.35 0.26
HSL 52.84º 0.34% 0.61% -
HSV(B) 52.84º 0.35% 0.74% -
XYZ 41.02 45.27 24.99 -
YUV 176.67 97.15 136.8 -
System Red Green Blue C M Y K H S L
Decimal 189 181 122 0 0.04 0.35 0.26 52.84 0.34 0.61
Hex BD B5 7A 0 4 23 1A 35 22 3D
Octal 275 265 172 0 4 43 32 65 42 75
Binary 10111101 10110101 1111010 0 100 100011 11010 110101 100010 111101

Color Harmonies of #BDB57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB57A

Black with #BDB57A

Text Example


Text Example

White with #BDB57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB57A; }

 p { color: rgb(189,181,122); }

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

background-color css

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

 a { background-color: rgb(189,181,122); }

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

border-color css

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

 span { border-color: rgb(189,181,122); }

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