Html Css Color HEX #BFB47A Ecru

📋 copy color: '#BFB47A'

red 191 ◦ green 180 ◦ blue 122

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

Shades of Ecru #BFB47A

Tints of Ecru #BFB47A

RGB

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

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

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

R = 38.74%
G = 36.51%
B = 24.75%

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

#BFB47A (or 0xBFB47A) is known color: Ecru. HEX triplet: BF, B4 and 7A. RGB value is (191,180,122). Sum of RGB (Red+Green+Blue) = 191+180+122=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB47A is #404B85. Grayscale: #B0B0B0. Windows color (decimal): -4213638 or 8041663. OLE color: 8041663.

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

Color convert

RGB 191 180 122 -
CMYK 0 0.06 0.36 0.25
HSL 50.43º 0.35% 0.61% -
HSV(B) 50.43º 0.36% 0.75% -
XYZ 41.32 45.12 24.94 -
YUV 176.68 97.14 138.22 -
System Red Green Blue C M Y K H S L
Decimal 191 180 122 0 0.06 0.36 0.25 50.43 0.35 0.61
Hex BF B4 7A 0 6 24 19 32 23 3D
Octal 277 264 172 0 6 44 31 62 43 75
Binary 10111111 10110100 1111010 0 110 100100 11001 110010 100011 111101

Color Harmonies of #BFB47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB47A

Black with #BFB47A

Text Example


Text Example

White with #BFB47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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