Html Css Color HEX #BCB281 Ecru

📋 copy color: '#BCB281'

red 188 ◦ green 178 ◦ blue 129

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

Shades of Ecru #BCB281

Tints of Ecru #BCB281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.06%

R = 37.98%
G = 35.96%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BCB281 (or 0xBCB281) is known color: Ecru. HEX triplet: BC, B2 and 81. RGB value is (188,178,129). Sum of RGB (Red+Green+Blue) = 188+178+129=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB281 is #434D7E. Grayscale: #AFAFAF. Windows color (decimal): -4410751 or 8499900. OLE color: 8499900.

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

Color convert

RGB 188 178 129 -
CMYK 0 0.05 0.31 0.26
HSL 49.83º 0.31% 0.62% -
HSV(B) 49.83º 0.31% 0.74% -
XYZ 40.62 44.12 27.14 -
YUV 175.4 101.81 136.98 -
System Red Green Blue C M Y K H S L
Decimal 188 178 129 0 0.05 0.31 0.26 49.83 0.31 0.62
Hex BC B2 81 0 5 1F 1A 32 1F 3E
Octal 274 262 201 0 5 37 32 62 37 76
Binary 10111100 10110010 10000001 0 101 11111 11010 110010 11111 111110

Color Harmonies of #BCB281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB281

Black with #BCB281

Text Example


Text Example

White with #BCB281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB281; }

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

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

background-color css

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

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

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

border-color css

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

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

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