Html Css Color HEX #BDB17B Ecru

📋 copy color: '#BDB17B'

red 189 ◦ green 177 ◦ blue 123

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

Shades of Ecru #BDB17B

Tints of Ecru #BDB17B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.2%

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

R = 38.65%
G = 36.2%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BDB17B (or 0xBDB17B) is known color: Ecru. HEX triplet: BD, B1 and 7B. RGB value is (189,177,123). Sum of RGB (Red+Green+Blue) = 189+177+123=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB17B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB17B is #424E84. Grayscale: #AEAEAE. Windows color (decimal): -4345477 or 8106429. OLE color: 8106429.

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

Color convert

RGB 189 177 123 -
CMYK 0 0.06 0.35 0.26
HSL 49.09º 0.33% 0.61% -
HSV(B) 49.09º 0.35% 0.74% -
XYZ 40.28 43.69 25.05 -
YUV 174.43 98.98 138.39 -
System Red Green Blue C M Y K H S L
Decimal 189 177 123 0 0.06 0.35 0.26 49.09 0.33 0.61
Hex BD B1 7B 0 6 23 1A 31 21 3D
Octal 275 261 173 0 6 43 32 61 41 75
Binary 10111101 10110001 1111011 0 110 100011 11010 110001 100001 111101

Color Harmonies of #BDB17B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB17B

Black with #BDB17B

Text Example


Text Example

White with #BDB17B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB17B; }

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

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

background-color css

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

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

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

border-color css

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

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

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