Html Css Color HEX #BDB074 Ecru

📋 copy color: '#BDB074'

red 189 ◦ green 176 ◦ blue 116

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

Shades of Ecru #BDB074

Tints of Ecru #BDB074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.12%

R = 39.29%
G = 36.59%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BDB074 (or 0xBDB074) is known color: Ecru. HEX triplet: BD, B0 and 74. RGB value is (189,176,116). Sum of RGB (Red+Green+Blue) = 189+176+116=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB074 is #424F8B. Grayscale: #ADADAD. Windows color (decimal): -4345740 or 7647421. OLE color: 7647421.

HSL color Cylindrical-coordinate representation of color #BDB074: hue angle of 49.32º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDB074 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 176 116 -
CMYK 0 0.07 0.39 0.26
HSL 49.32º 0.36% 0.6% -
HSV(B) 49.32º 0.39% 0.74% -
XYZ 39.66 43.13 22.76 -
YUV 173.05 95.81 139.38 -
System Red Green Blue C M Y K H S L
Decimal 189 176 116 0 0.07 0.39 0.26 49.32 0.36 0.6
Hex BD B0 74 0 7 27 1A 31 24 3C
Octal 275 260 164 0 7 47 32 61 44 74
Binary 10111101 10110000 1110100 0 111 100111 11010 110001 100100 111100

Color Harmonies of #BDB074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB074

Black with #BDB074

Text Example


Text Example

White with #BDB074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB074; }

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

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

background-color css

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

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

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

border-color css

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

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

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