Html Css Color HEX #BFB37B Ecru

📋 copy color: '#BFB37B'

red 191 ◦ green 179 ◦ blue 123

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

Shades of Ecru #BFB37B

Tints of Ecru #BFB37B

RGB

 RED value IS 191 (75% from 255) = 38.74%

 GREEN value IS 179 (70.31% from 255) = 36.31%

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

R = 38.74%
G = 36.31%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BFB37B (or 0xBFB37B) is known color: Ecru. HEX triplet: BF, B3 and 7B. RGB value is (191,179,123). Sum of RGB (Red+Green+Blue) = 191+179+123=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 123 (48.44% from 255 or 24.95% from 493); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB37B is #404C84. Grayscale: #B0B0B0. Windows color (decimal): -4213893 or 8106943. OLE color: 8106943.

HSL color Cylindrical-coordinate representation of color #BFB37B: hue angle of 49.41º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFB37B is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 179 123 -
CMYK 0 0.06 0.36 0.25
HSL 49.41º 0.35% 0.62% -
HSV(B) 49.41º 0.36% 0.75% -
XYZ 41.18 44.75 25.21 -
YUV 176.2 97.98 138.55 -
System Red Green Blue C M Y K H S L
Decimal 191 179 123 0 0.06 0.36 0.25 49.41 0.35 0.62
Hex BF B3 7B 0 6 24 19 31 23 3E
Octal 277 263 173 0 6 44 31 61 43 76
Binary 10111111 10110011 1111011 0 110 100100 11001 110001 100011 111110

Color Harmonies of #BFB37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB37B

Black with #BFB37B

Text Example


Text Example

White with #BFB37B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB37B; }

 p { color: rgb(191,179,123); }

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

background-color css

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

 a { background-color: rgb(191,179,123); }

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

border-color css

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

 span { border-color: rgb(191,179,123); }

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