Html Css Color HEX #BCB27F Ecru

📋 copy color: '#BCB27F'

red 188 ◦ green 178 ◦ blue 127

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

Shades of Ecru #BCB27F

Tints of Ecru #BCB27F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.76%

R = 38.13%
G = 36.11%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BCB27F (or 0xBCB27F) is known color: Ecru. HEX triplet: BC, B2 and 7F. RGB value is (188,178,127). Sum of RGB (Red+Green+Blue) = 188+178+127=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB27F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB27F is #434D80. Grayscale: #AFAFAF. Windows color (decimal): -4410753 or 8368828. OLE color: 8368828.

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

Color convert

RGB 188 178 127 -
CMYK 0 0.05 0.32 0.26
HSL 50.16º 0.31% 0.62% -
HSV(B) 50.16º 0.32% 0.74% -
XYZ 40.49 44.06 26.45 -
YUV 175.18 100.81 137.15 -
System Red Green Blue C M Y K H S L
Decimal 188 178 127 0 0.05 0.32 0.26 50.16 0.31 0.62
Hex BC B2 7F 0 5 20 1A 32 1F 3E
Octal 274 262 177 0 5 40 32 62 37 76
Binary 10111100 10110010 1111111 0 101 100000 11010 110010 11111 111110

Color Harmonies of #BCB27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB27F

Black with #BCB27F

Text Example


Text Example

White with #BCB27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB27F; }

 p { color: rgb(188,178,127); }

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

background-color css

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

 a { background-color: rgb(188,178,127); }

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

border-color css

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

 span { border-color: rgb(188,178,127); }

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