Html Css Color HEX #BDB37A Ecru

📋 copy color: '#BDB37A'

red 189 ◦ green 179 ◦ blue 122

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

Shades of Ecru #BDB37A

Tints of Ecru #BDB37A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.53%

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

R = 38.57%
G = 36.53%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BDB37A (or 0xBDB37A) is known color: Ecru. HEX triplet: BD, B3 and 7A. RGB value is (189,179,122). Sum of RGB (Red+Green+Blue) = 189+179+122=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB37A is #424C85. Grayscale: #AFAFAF. Windows color (decimal): -4344966 or 8041405. OLE color: 8041405.

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

Color convert

RGB 189 179 122 -
CMYK 0 0.05 0.35 0.26
HSL 51.04º 0.34% 0.61% -
HSV(B) 51.04º 0.35% 0.74% -
XYZ 40.62 44.46 24.85 -
YUV 175.49 97.81 137.63 -
System Red Green Blue C M Y K H S L
Decimal 189 179 122 0 0.05 0.35 0.26 51.04 0.34 0.61
Hex BD B3 7A 0 5 23 1A 33 22 3D
Octal 275 263 172 0 5 43 32 63 42 75
Binary 10111101 10110011 1111010 0 101 100011 11010 110011 100010 111101

Color Harmonies of #BDB37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB37A

Black with #BDB37A

Text Example


Text Example

White with #BDB37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB37A; }

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

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

background-color css

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

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

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

border-color css

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

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

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