Html Css Color HEX #BCB07B Ecru

📋 copy color: '#BCB07B'

red 188 ◦ green 176 ◦ blue 123

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

Shades of Ecru #BCB07B

Tints of Ecru #BCB07B

RGB

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

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

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

R = 38.6%
G = 36.14%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BCB07B (or 0xBCB07B) is known color: Ecru. HEX triplet: BC, B0 and 7B. RGB value is (188,176,123). Sum of RGB (Red+Green+Blue) = 188+176+123=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB07B is #434F84. Grayscale: #ADADAD. Windows color (decimal): -4411269 or 8106172. OLE color: 8106172.

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

Color convert

RGB 188 176 123 -
CMYK 0 0.06 0.35 0.26
HSL 48.92º 0.33% 0.61% -
HSV(B) 48.92º 0.35% 0.74% -
XYZ 39.84 43.17 24.97 -
YUV 173.55 99.48 138.31 -
System Red Green Blue C M Y K H S L
Decimal 188 176 123 0 0.06 0.35 0.26 48.92 0.33 0.61
Hex BC B0 7B 0 6 23 1A 31 21 3D
Octal 274 260 173 0 6 43 32 61 41 75
Binary 10111100 10110000 1111011 0 110 100011 11010 110001 100001 111101

Color Harmonies of #BCB07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB07B

Black with #BCB07B

Text Example


Text Example

White with #BCB07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB07B; }

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

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

background-color css

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

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

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

border-color css

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

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

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