Html Css Color HEX #BDB277 Ecru

📋 copy color: '#BDB277'

red 189 ◦ green 178 ◦ blue 119

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

Shades of Ecru #BDB277

Tints of Ecru #BDB277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.49%

R = 38.89%
G = 36.63%
B = 24.49%

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

#BDB277 (or 0xBDB277) is known color: Ecru. HEX triplet: BD, B2 and 77. RGB value is (189,178,119). Sum of RGB (Red+Green+Blue) = 189+178+119=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB277 is #424D88. Grayscale: #AEAEAE. Windows color (decimal): -4345225 or 7844541. OLE color: 7844541.

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

Color convert

RGB 189 178 119 -
CMYK 0 0.06 0.37 0.26
HSL 50.57º 0.35% 0.6% -
HSV(B) 50.57º 0.37% 0.74% -
XYZ 40.24 43.99 23.82 -
YUV 174.56 96.64 138.3 -
System Red Green Blue C M Y K H S L
Decimal 189 178 119 0 0.06 0.37 0.26 50.57 0.35 0.6
Hex BD B2 77 0 6 25 1A 33 23 3C
Octal 275 262 167 0 6 45 32 63 43 74
Binary 10111101 10110010 1110111 0 110 100101 11010 110011 100011 111100

Color Harmonies of #BDB277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB277

Black with #BDB277

Text Example


Text Example

White with #BDB277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB277; }

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

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

background-color css

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

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

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

border-color css

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

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

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