Html Css Color HEX #BDB278 Ecru

📋 copy color: '#BDB278'

red 189 ◦ green 178 ◦ blue 120

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

Shades of Ecru #BDB278

Tints of Ecru #BDB278

RGB

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

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

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

R = 38.81%
G = 36.55%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BDB278 (or 0xBDB278) is known color: Ecru. HEX triplet: BD, B2 and 78. RGB value is (189,178,120). Sum of RGB (Red+Green+Blue) = 189+178+120=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 120 (47.27% from 255 or 24.64% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB278 is #424D87. Grayscale: #AEAEAE. Windows color (decimal): -4345224 or 7910077. OLE color: 7910077.

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

Color convert

RGB 189 178 120 -
CMYK 0 0.06 0.37 0.26
HSL 50.43º 0.34% 0.61% -
HSV(B) 50.43º 0.37% 0.74% -
XYZ 40.3 44.02 24.14 -
YUV 174.68 97.14 138.22 -
System Red Green Blue C M Y K H S L
Decimal 189 178 120 0 0.06 0.37 0.26 50.43 0.34 0.61
Hex BD B2 78 0 6 25 1A 32 22 3D
Octal 275 262 170 0 6 45 32 62 42 75
Binary 10111101 10110010 1111000 0 110 100101 11010 110010 100010 111101

Color Harmonies of #BDB278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB278

Black with #BDB278

Text Example


Text Example

White with #BDB278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB278; }

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

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

background-color css

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

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

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

border-color css

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

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

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