Html Css Color HEX #BCB37D Ecru

📋 copy color: '#BCB37D'

red 188 ◦ green 179 ◦ blue 125

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

Shades of Ecru #BCB37D

Tints of Ecru #BCB37D

RGB

 RED value IS 188 (73.83% from 255) = 38.21%

 GREEN value IS 179 (70.31% from 255) = 36.38%

 BLUE value IS 125 (49.22% from 255) = 25.41%

R = 38.21%
G = 36.38%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BCB37D (or 0xBCB37D) is known color: Ecru. HEX triplet: BC, B3 and 7D. RGB value is (188,179,125). Sum of RGB (Red+Green+Blue) = 188+179+125=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB37D is #434C82. Grayscale: #AFAFAF. Windows color (decimal): -4410499 or 8238012. OLE color: 8238012.

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

Color convert

RGB 188 179 125 -
CMYK 0 0.05 0.34 0.26
HSL 51.43º 0.32% 0.61% -
HSV(B) 51.43º 0.34% 0.74% -
XYZ 40.56 44.41 25.84 -
YUV 175.54 99.48 136.89 -
System Red Green Blue C M Y K H S L
Decimal 188 179 125 0 0.05 0.34 0.26 51.43 0.32 0.61
Hex BC B3 7D 0 5 22 1A 33 20 3D
Octal 274 263 175 0 5 42 32 63 40 75
Binary 10111100 10110011 1111101 0 101 100010 11010 110011 100000 111101

Color Harmonies of #BCB37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB37D

Black with #BCB37D

Text Example


Text Example

White with #BCB37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB37D; }

 p { color: rgb(188,179,125); }

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

background-color css

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

 a { background-color: rgb(188,179,125); }

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

border-color css

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

 span { border-color: rgb(188,179,125); }

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