Html Css Color HEX #BCB082 Ecru

📋 copy color: '#BCB082'

red 188 ◦ green 176 ◦ blue 130

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

Shades of Ecru #BCB082

Tints of Ecru #BCB082

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.63%

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

R = 38.06%
G = 35.63%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BCB082 (or 0xBCB082) is known color: Ecru. HEX triplet: BC, B0 and 82. RGB value is (188,176,130). Sum of RGB (Red+Green+Blue) = 188+176+130=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 130 (51.17% from 255 or 26.32% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB082 is #434F7D. Grayscale: #AEAEAE. Windows color (decimal): -4411262 or 8564924. OLE color: 8564924.

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

Color convert

RGB 188 176 130 -
CMYK 0 0.06 0.31 0.26
HSL 47.59º 0.3% 0.62% -
HSV(B) 47.59º 0.31% 0.74% -
XYZ 40.29 43.35 27.36 -
YUV 174.34 102.98 137.74 -
System Red Green Blue C M Y K H S L
Decimal 188 176 130 0 0.06 0.31 0.26 47.59 0.3 0.62
Hex BC B0 82 0 6 1F 1A 30 1E 3E
Octal 274 260 202 0 6 37 32 60 36 76
Binary 10111100 10110000 10000010 0 110 11111 11010 110000 11110 111110

Color Harmonies of #BCB082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB082

Black with #BCB082

Text Example


Text Example

White with #BCB082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB082; }

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

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

background-color css

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

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

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

border-color css

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

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

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