Html Css Color HEX #BDB078 Ecru

📋 copy color: '#BDB078'

red 189 ◦ green 176 ◦ blue 120

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

Shades of Ecru #BDB078

Tints of Ecru #BDB078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.74%

R = 38.97%
G = 36.29%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BDB078 (or 0xBDB078) is known color: Ecru. HEX triplet: BD, B0 and 78. RGB value is (189,176,120). Sum of RGB (Red+Green+Blue) = 189+176+120=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB078 is #424F87. Grayscale: #ADADAD. Windows color (decimal): -4345736 or 7909565. OLE color: 7909565.

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

Color convert

RGB 189 176 120 -
CMYK 0 0.07 0.37 0.26
HSL 48.7º 0.34% 0.61% -
HSV(B) 48.7º 0.37% 0.74% -
XYZ 39.9 43.23 24.01 -
YUV 173.5 97.81 139.05 -
System Red Green Blue C M Y K H S L
Decimal 189 176 120 0 0.07 0.37 0.26 48.7 0.34 0.61
Hex BD B0 78 0 7 25 1A 31 22 3D
Octal 275 260 170 0 7 45 32 61 42 75
Binary 10111101 10110000 1111000 0 111 100101 11010 110001 100010 111101

Color Harmonies of #BDB078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB078

Black with #BDB078

Text Example


Text Example

White with #BDB078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB078; }

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

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

background-color css

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

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

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

border-color css

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

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

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