Html Css Color HEX #BDB37B Ecru

📋 copy color: '#BDB37B'

red 189 ◦ green 179 ◦ blue 123

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

Shades of Ecru #BDB37B

Tints of Ecru #BDB37B

RGB

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

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

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

R = 38.49%
G = 36.46%
B = 25.05%

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

#BDB37B (or 0xBDB37B) is known color: Ecru. HEX triplet: BD, B3 and 7B. RGB value is (189,179,123). Sum of RGB (Red+Green+Blue) = 189+179+123=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB37B is #424C84. Grayscale: #AFAFAF. Windows color (decimal): -4344965 or 8106941. OLE color: 8106941.

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

Color convert

RGB 189 179 123 -
CMYK 0 0.05 0.35 0.26
HSL 50.91º 0.33% 0.61% -
HSV(B) 50.91º 0.35% 0.74% -
XYZ 40.68 44.49 25.18 -
YUV 175.61 98.31 137.55 -
System Red Green Blue C M Y K H S L
Decimal 189 179 123 0 0.05 0.35 0.26 50.91 0.33 0.61
Hex BD B3 7B 0 5 23 1A 33 21 3D
Octal 275 263 173 0 5 43 32 63 41 75
Binary 10111101 10110011 1111011 0 101 100011 11010 110011 100001 111101

Color Harmonies of #BDB37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB37B

Black with #BDB37B

Text Example


Text Example

White with #BDB37B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB37B; }

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

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

background-color css

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

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

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

border-color css

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

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

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