Html Css Color HEX #BCB27D Ecru

📋 copy color: '#BCB27D'

red 188 ◦ green 178 ◦ blue 125

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

Shades of Ecru #BCB27D

Tints of Ecru #BCB27D

RGB

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

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

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

R = 38.29%
G = 36.25%
B = 25.46%

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

#BCB27D (or 0xBCB27D) is known color: Ecru. HEX triplet: BC, B2 and 7D. RGB value is (188,178,125). Sum of RGB (Red+Green+Blue) = 188+178+125=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB27D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB27D is #434D82. Grayscale: #AFAFAF. Windows color (decimal): -4410755 or 8237756. OLE color: 8237756.

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

Color convert

RGB 188 178 125 -
CMYK 0 0.05 0.34 0.26
HSL 50.48º 0.32% 0.61% -
HSV(B) 50.48º 0.34% 0.74% -
XYZ 40.36 44.01 25.77 -
YUV 174.95 99.81 137.31 -
System Red Green Blue C M Y K H S L
Decimal 188 178 125 0 0.05 0.34 0.26 50.48 0.32 0.61
Hex BC B2 7D 0 5 22 1A 32 20 3D
Octal 274 262 175 0 5 42 32 62 40 75
Binary 10111100 10110010 1111101 0 101 100010 11010 110010 100000 111101

Color Harmonies of #BCB27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB27D

Black with #BCB27D

Text Example


Text Example

White with #BCB27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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