Html Css Color HEX #BCB07F Ecru

📋 copy color: '#BCB07F'

red 188 ◦ green 176 ◦ blue 127

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

Shades of Ecru #BCB07F

Tints of Ecru #BCB07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.87%

R = 38.29%
G = 35.85%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BCB07F (or 0xBCB07F) is known color: Ecru. HEX triplet: BC, B0 and 7F. RGB value is (188,176,127). Sum of RGB (Red+Green+Blue) = 188+176+127=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 127 (50% from 255 or 25.87% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB07F is #434F80. Grayscale: #AEAEAE. Windows color (decimal): -4411265 or 8368316. OLE color: 8368316.

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

Color convert

RGB 188 176 127 -
CMYK 0 0.06 0.32 0.26
HSL 48.2º 0.31% 0.62% -
HSV(B) 48.2º 0.32% 0.74% -
XYZ 40.1 43.27 26.32 -
YUV 174 101.48 137.98 -
System Red Green Blue C M Y K H S L
Decimal 188 176 127 0 0.06 0.32 0.26 48.2 0.31 0.62
Hex BC B0 7F 0 6 20 1A 30 1F 3E
Octal 274 260 177 0 6 40 32 60 37 76
Binary 10111100 10110000 1111111 0 110 100000 11010 110000 11111 111110

Color Harmonies of #BCB07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB07F

Black with #BCB07F

Text Example


Text Example

White with #BCB07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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