Html Css Color HEX #BCB27B Ecru

📋 copy color: '#BCB27B'

red 188 ◦ green 178 ◦ blue 123

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

Shades of Ecru #BCB27B

Tints of Ecru #BCB27B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.15%

R = 38.45%
G = 36.4%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BCB27B (or 0xBCB27B) is known color: Ecru. HEX triplet: BC, B2 and 7B. RGB value is (188,178,123). Sum of RGB (Red+Green+Blue) = 188+178+123=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB27B is #434D84. Grayscale: #AEAEAE. Windows color (decimal): -4410757 or 8106684. OLE color: 8106684.

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

Color convert

RGB 188 178 123 -
CMYK 0 0.05 0.35 0.26
HSL 50.77º 0.33% 0.61% -
HSV(B) 50.77º 0.35% 0.74% -
XYZ 40.23 43.96 25.1 -
YUV 174.72 98.81 137.47 -
System Red Green Blue C M Y K H S L
Decimal 188 178 123 0 0.05 0.35 0.26 50.77 0.33 0.61
Hex BC B2 7B 0 5 23 1A 33 21 3D
Octal 274 262 173 0 5 43 32 63 41 75
Binary 10111100 10110010 1111011 0 101 100011 11010 110011 100001 111101

Color Harmonies of #BCB27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB27B

Black with #BCB27B

Text Example


Text Example

White with #BCB27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB27B; }

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

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

background-color css

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

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

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

border-color css

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

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

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