Html Css Color HEX #BCB278 Ecru

📋 copy color: '#BCB278'

red 188 ◦ green 178 ◦ blue 120

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

Shades of Ecru #BCB278

Tints of Ecru #BCB278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.69%

R = 38.68%
G = 36.63%
B = 24.69%

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

#BCB278 (or 0xBCB278) is known color: Ecru. HEX triplet: BC, B2 and 78. RGB value is (188,178,120). Sum of RGB (Red+Green+Blue) = 188+178+120=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB278 is #434D87. Grayscale: #AEAEAE. Windows color (decimal): -4410760 or 7910076. OLE color: 7910076.

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

Color convert

RGB 188 178 120 -
CMYK 0 0.05 0.36 0.26
HSL 51.18º 0.34% 0.6% -
HSV(B) 51.18º 0.36% 0.74% -
XYZ 40.05 43.89 24.13 -
YUV 174.38 97.31 137.72 -
System Red Green Blue C M Y K H S L
Decimal 188 178 120 0 0.05 0.36 0.26 51.18 0.34 0.6
Hex BC B2 78 0 5 24 1A 33 22 3C
Octal 274 262 170 0 5 44 32 63 42 74
Binary 10111100 10110010 1111000 0 101 100100 11010 110011 100010 111100

Color Harmonies of #BCB278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB278

Black with #BCB278

Text Example


Text Example

White with #BCB278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB278; }

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

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

background-color css

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

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

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

border-color css

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

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

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