Html Css Color HEX #BDB57B Ecru

📋 copy color: '#BDB57B'

red 189 ◦ green 181 ◦ blue 123

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

Shades of Ecru #BDB57B

Tints of Ecru #BDB57B

RGB

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

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

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

R = 38.34%
G = 36.71%
B = 24.95%

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

#BDB57B (or 0xBDB57B) is known color: Ecru. HEX triplet: BD, B5 and 7B. RGB value is (189,181,123). Sum of RGB (Red+Green+Blue) = 189+181+123=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 123 (48.44% from 255 or 24.95% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB57B is #424A84. Grayscale: #B1B1B1. Windows color (decimal): -4344453 or 8107453. OLE color: 8107453.

HSL color Cylindrical-coordinate representation of color #BDB57B: hue angle of 52.73º degrees, saturation: 0.33, 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 #BDB57B is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 181 123 -
CMYK 0 0.04 0.35 0.26
HSL 52.73º 0.33% 0.61% -
HSV(B) 52.73º 0.35% 0.74% -
XYZ 41.09 45.3 25.32 -
YUV 176.78 97.65 136.72 -
System Red Green Blue C M Y K H S L
Decimal 189 181 123 0 0.04 0.35 0.26 52.73 0.33 0.61
Hex BD B5 7B 0 4 23 1A 35 21 3D
Octal 275 265 173 0 4 43 32 65 41 75
Binary 10111101 10110101 1111011 0 100 100011 11010 110101 100001 111101

Color Harmonies of #BDB57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB57B

Black with #BDB57B

Text Example


Text Example

White with #BDB57B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB57B; }

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

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

background-color css

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

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

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

border-color css

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

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

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