Html Css Color HEX #BDB17A Ecru

📋 copy color: '#BDB17A'

red 189 ◦ green 177 ◦ blue 122

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

Shades of Ecru #BDB17A

Tints of Ecru #BDB17A

RGB

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

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

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

R = 38.73%
G = 36.27%
B = 25%

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

#BDB17A (or 0xBDB17A) is known color: Ecru. HEX triplet: BD, B1 and 7A. RGB value is (189,177,122). Sum of RGB (Red+Green+Blue) = 189+177+122=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB17A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB17A is #424E85. Grayscale: #AEAEAE. Windows color (decimal): -4345478 or 8040893. OLE color: 8040893.

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

Color convert

RGB 189 177 122 -
CMYK 0 0.06 0.35 0.26
HSL 49.25º 0.34% 0.61% -
HSV(B) 49.25º 0.35% 0.74% -
XYZ 40.22 43.67 24.72 -
YUV 174.32 98.48 138.47 -
System Red Green Blue C M Y K H S L
Decimal 189 177 122 0 0.06 0.35 0.26 49.25 0.34 0.61
Hex BD B1 7A 0 6 23 1A 31 22 3D
Octal 275 261 172 0 6 43 32 61 42 75
Binary 10111101 10110001 1111010 0 110 100011 11010 110001 100010 111101

Color Harmonies of #BDB17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB17A

Black with #BDB17A

Text Example


Text Example

White with #BDB17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB17A; }

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

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

background-color css

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

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

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

border-color css

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

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

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