Html Css Color HEX #BCB27C Ecru

📋 copy color: '#BCB27C'

red 188 ◦ green 178 ◦ blue 124

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

Shades of Ecru #BCB27C

Tints of Ecru #BCB27C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.31%

R = 38.37%
G = 36.33%
B = 25.31%

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

#BCB27C (or 0xBCB27C) is known color: Ecru. HEX triplet: BC, B2 and 7C. RGB value is (188,178,124). Sum of RGB (Red+Green+Blue) = 188+178+124=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 178 (69.92% from 255 or 36.33% from 490); Blue value is 124 (48.83% from 255 or 25.31% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB27C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB27C is #434D83. Grayscale: #AFAFAF. Windows color (decimal): -4410756 or 8172220. OLE color: 8172220.

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

Color convert

RGB 188 178 124 -
CMYK 0 0.05 0.34 0.26
HSL 50.63º 0.32% 0.61% -
HSV(B) 50.63º 0.34% 0.74% -
XYZ 40.3 43.99 25.44 -
YUV 174.83 99.31 137.39 -
System Red Green Blue C M Y K H S L
Decimal 188 178 124 0 0.05 0.34 0.26 50.63 0.32 0.61
Hex BC B2 7C 0 5 22 1A 33 20 3D
Octal 274 262 174 0 5 42 32 63 40 75
Binary 10111100 10110010 1111100 0 101 100010 11010 110011 100000 111101

Color Harmonies of #BCB27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB27C

Black with #BCB27C

Text Example


Text Example

White with #BCB27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB27C; }

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

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

background-color css

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

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

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

border-color css

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

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

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