Html Css Color HEX #BDB07E Ecru

📋 copy color: '#BDB07E'

red 189 ◦ green 176 ◦ blue 126

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

Shades of Ecru #BDB07E

Tints of Ecru #BDB07E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.85%

 BLUE value IS 126 (49.61% from 255) = 25.66%

R = 38.49%
G = 35.85%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BDB07E (or 0xBDB07E) is known color: Ecru. HEX triplet: BD, B0 and 7E. RGB value is (189,176,126). Sum of RGB (Red+Green+Blue) = 189+176+126=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB07E is #424F81. Grayscale: #AEAEAE. Windows color (decimal): -4345730 or 8302781. OLE color: 8302781.

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

Color convert

RGB 189 176 126 -
CMYK 0 0.07 0.33 0.26
HSL 47.62º 0.32% 0.62% -
HSV(B) 47.62º 0.33% 0.74% -
XYZ 40.28 43.38 25.99 -
YUV 174.19 100.81 138.57 -
System Red Green Blue C M Y K H S L
Decimal 189 176 126 0 0.07 0.33 0.26 47.62 0.32 0.62
Hex BD B0 7E 0 7 21 1A 30 20 3E
Octal 275 260 176 0 7 41 32 60 40 76
Binary 10111101 10110000 1111110 0 111 100001 11010 110000 100000 111110

Color Harmonies of #BDB07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB07E

Black with #BDB07E

Text Example


Text Example

White with #BDB07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB07E; }

 p { color: rgb(189,176,126); }

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

background-color css

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

 a { background-color: rgb(189,176,126); }

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

border-color css

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

 span { border-color: rgb(189,176,126); }

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