Html Css Color HEX #BDB27F Ecru

📋 copy color: '#BDB27F'

red 189 ◦ green 178 ◦ blue 127

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

Shades of Ecru #BDB27F

Tints of Ecru #BDB27F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.03%

 BLUE value IS 127 (50% from 255) = 25.71%

R = 38.26%
G = 36.03%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BDB27F (or 0xBDB27F) is known color: Ecru. HEX triplet: BD, B2 and 7F. RGB value is (189,178,127). Sum of RGB (Red+Green+Blue) = 189+178+127=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB27F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB27F is #424D80. Grayscale: #AFAFAF. Windows color (decimal): -4345217 or 8368829. OLE color: 8368829.

HSL color Cylindrical-coordinate representation of color #BDB27F: hue angle of 49.35º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDB27F is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 178 127 -
CMYK 0 0.06 0.33 0.26
HSL 49.35º 0.32% 0.62% -
HSV(B) 49.35º 0.33% 0.74% -
XYZ 40.74 44.19 26.46 -
YUV 175.48 100.64 137.65 -
System Red Green Blue C M Y K H S L
Decimal 189 178 127 0 0.06 0.33 0.26 49.35 0.32 0.62
Hex BD B2 7F 0 6 21 1A 31 20 3E
Octal 275 262 177 0 6 41 32 61 40 76
Binary 10111101 10110010 1111111 0 110 100001 11010 110001 100000 111110

Color Harmonies of #BDB27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB27F

Black with #BDB27F

Text Example


Text Example

White with #BDB27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB27F; }

 p { color: rgb(189,178,127); }

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

background-color css

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

 a { background-color: rgb(189,178,127); }

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

border-color css

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

 span { border-color: rgb(189,178,127); }

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