Html Css Color HEX #BFB47D Ecru

📋 copy color: '#BFB47D'

red 191 ◦ green 180 ◦ blue 125

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

Shades of Ecru #BFB47D

Tints of Ecru #BFB47D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.29%

 BLUE value IS 125 (49.22% from 255) = 25.2%

R = 38.51%
G = 36.29%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BFB47D (or 0xBFB47D) is known color: Ecru. HEX triplet: BF, B4 and 7D. RGB value is (191,180,125). Sum of RGB (Red+Green+Blue) = 191+180+125=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 125 (49.22% from 255 or 25.20% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB47D is #404B82. Grayscale: #B1B1B1. Windows color (decimal): -4213635 or 8238271. OLE color: 8238271.

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

Color convert

RGB 191 180 125 -
CMYK 0 0.06 0.35 0.25
HSL 50º 0.34% 0.62% -
HSV(B) 50º 0.35% 0.75% -
XYZ 41.51 45.2 25.94 -
YUV 177.02 98.64 137.97 -
System Red Green Blue C M Y K H S L
Decimal 191 180 125 0 0.06 0.35 0.25 50 0.34 0.62
Hex BF B4 7D 0 6 23 19 32 22 3E
Octal 277 264 175 0 6 43 31 62 42 76
Binary 10111111 10110100 1111101 0 110 100011 11001 110010 100010 111110

Color Harmonies of #BFB47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB47D

Black with #BFB47D

Text Example


Text Example

White with #BFB47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB47D; }

 p { color: rgb(191,180,125); }

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

background-color css

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

 a { background-color: rgb(191,180,125); }

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

border-color css

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

 span { border-color: rgb(191,180,125); }

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