Html Css Color HEX #BCB27A Ecru

📋 copy color: '#BCB27A'

red 188 ◦ green 178 ◦ blue 122

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

Shades of Ecru #BCB27A

Tints of Ecru #BCB27A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25%

R = 38.52%
G = 36.48%
B = 25%

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

#BCB27A (or 0xBCB27A) is known color: Ecru. HEX triplet: BC, B2 and 7A. RGB value is (188,178,122). Sum of RGB (Red+Green+Blue) = 188+178+122=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB27A is #434D85. Grayscale: #AEAEAE. Windows color (decimal): -4410758 or 8041148. OLE color: 8041148.

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

Color convert

RGB 188 178 122 -
CMYK 0 0.05 0.35 0.26
HSL 50.91º 0.33% 0.61% -
HSV(B) 50.91º 0.35% 0.74% -
XYZ 40.17 43.94 24.78 -
YUV 174.61 98.31 137.55 -
System Red Green Blue C M Y K H S L
Decimal 188 178 122 0 0.05 0.35 0.26 50.91 0.33 0.61
Hex BC B2 7A 0 5 23 1A 33 21 3D
Octal 274 262 172 0 5 43 32 63 41 75
Binary 10111100 10110010 1111010 0 101 100011 11010 110011 100001 111101

Color Harmonies of #BCB27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB27A

Black with #BCB27A

Text Example


Text Example

White with #BCB27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB27A; }

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

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

background-color css

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

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

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

border-color css

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

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

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