Html Css Color HEX #BCB279 Ecru

📋 copy color: '#BCB279'

red 188 ◦ green 178 ◦ blue 121

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

Shades of Ecru #BCB279

Tints of Ecru #BCB279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.85%

R = 38.6%
G = 36.55%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BCB279 (or 0xBCB279) is known color: Ecru. HEX triplet: BC, B2 and 79. RGB value is (188,178,121). Sum of RGB (Red+Green+Blue) = 188+178+121=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB279 is #434D86. Grayscale: #AEAEAE. Windows color (decimal): -4410759 or 7975612. OLE color: 7975612.

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

Color convert

RGB 188 178 121 -
CMYK 0 0.05 0.36 0.26
HSL 51.04º 0.33% 0.61% -
HSV(B) 51.04º 0.36% 0.74% -
XYZ 40.11 43.91 24.45 -
YUV 174.49 97.81 137.63 -
System Red Green Blue C M Y K H S L
Decimal 188 178 121 0 0.05 0.36 0.26 51.04 0.33 0.61
Hex BC B2 79 0 5 24 1A 33 21 3D
Octal 274 262 171 0 5 44 32 63 41 75
Binary 10111100 10110010 1111001 0 101 100100 11010 110011 100001 111101

Color Harmonies of #BCB279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB279

Black with #BCB279

Text Example


Text Example

White with #BCB279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB279; }

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

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

background-color css

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

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

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

border-color css

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

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

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