Html Css Color HEX #BFB682 Ecru

📋 copy color: '#BFB682'

red 191 ◦ green 182 ◦ blue 130

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

Shades of Ecru #BFB682

Tints of Ecru #BFB682

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.18%

 BLUE value IS 130 (51.17% from 255) = 25.84%

R = 37.97%
G = 36.18%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BFB682 (or 0xBFB682) is known color: Ecru. HEX triplet: BF, B6 and 82. RGB value is (191,182,130). Sum of RGB (Red+Green+Blue) = 191+182+130=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB682 is #40497D. Grayscale: #B2B2B2. Windows color (decimal): -4213118 or 8566463. OLE color: 8566463.

HSL color Cylindrical-coordinate representation of color #BFB682: hue angle of 51.15º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFB682 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 182 130 -
CMYK 0 0.05 0.32 0.25
HSL 51.15º 0.32% 0.63% -
HSV(B) 51.15º 0.32% 0.75% -
XYZ 42.24 46.14 27.8 -
YUV 178.76 100.48 136.73 -
System Red Green Blue C M Y K H S L
Decimal 191 182 130 0 0.05 0.32 0.25 51.15 0.32 0.63
Hex BF B6 82 0 5 20 19 33 20 3F
Octal 277 266 202 0 5 40 31 63 40 77
Binary 10111111 10110110 10000010 0 101 100000 11001 110011 100000 111111

Color Harmonies of #BFB682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB682

Black with #BFB682

Text Example


Text Example

White with #BFB682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB682; }

 p { color: rgb(191,182,130); }

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

background-color css

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

 a { background-color: rgb(191,182,130); }

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

border-color css

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

 span { border-color: rgb(191,182,130); }

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