Html Css Color HEX #BCB482 Ecru

📋 copy color: '#BCB482'

red 188 ◦ green 180 ◦ blue 130

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

Shades of Ecru #BCB482

Tints of Ecru #BCB482

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.14%

 BLUE value IS 130 (51.17% from 255) = 26.1%

R = 37.75%
G = 36.14%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BCB482 (or 0xBCB482) is known color: Ecru. HEX triplet: BC, B4 and 82. RGB value is (188,180,130). Sum of RGB (Red+Green+Blue) = 188+180+130=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB482 is #434B7D. Grayscale: #B0B0B0. Windows color (decimal): -4410238 or 8565948. OLE color: 8565948.

HSL color Cylindrical-coordinate representation of color #BCB482: hue angle of 51.72º degrees, saturation: 0.3, 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 #BCB482 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 180 130 -
CMYK 0 0.04 0.31 0.26
HSL 51.72º 0.3% 0.62% -
HSV(B) 51.72º 0.31% 0.74% -
XYZ 41.09 44.95 27.63 -
YUV 176.69 101.65 136.07 -
System Red Green Blue C M Y K H S L
Decimal 188 180 130 0 0.04 0.31 0.26 51.72 0.3 0.62
Hex BC B4 82 0 4 1F 1A 34 1E 3E
Octal 274 264 202 0 4 37 32 64 36 76
Binary 10111100 10110100 10000010 0 100 11111 11010 110100 11110 111110

Color Harmonies of #BCB482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB482

Black with #BCB482

Text Example


Text Example

White with #BCB482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB482; }

 p { color: rgb(188,180,130); }

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

background-color css

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

 a { background-color: rgb(188,180,130); }

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

border-color css

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

 span { border-color: rgb(188,180,130); }

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