Html Css Color HEX #BFB683 Ecru

📋 copy color: '#BFB683'

red 191 ◦ green 182 ◦ blue 131

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

Shades of Ecru #BFB683

Tints of Ecru #BFB683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.99%

R = 37.9%
G = 36.11%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BFB683 (or 0xBFB683) is known color: Ecru. HEX triplet: BF, B6 and 83. RGB value is (191,182,131). Sum of RGB (Red+Green+Blue) = 191+182+131=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 182 (71.48% from 255 or 36.11% from 504); Blue value is 131 (51.56% from 255 or 25.99% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB683 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB683 is #40497C. Grayscale: #B3B3B3. Windows color (decimal): -4213117 or 8631999. OLE color: 8631999.

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

Color convert

RGB 191 182 131 -
CMYK 0 0.05 0.31 0.25
HSL 51º 0.32% 0.63% -
HSV(B) 51º 0.31% 0.75% -
XYZ 42.31 46.17 28.15 -
YUV 178.88 100.98 136.65 -
System Red Green Blue C M Y K H S L
Decimal 191 182 131 0 0.05 0.31 0.25 51 0.32 0.63
Hex BF B6 83 0 5 1F 19 33 20 3F
Octal 277 266 203 0 5 37 31 63 40 77
Binary 10111111 10110110 10000011 0 101 11111 11001 110011 100000 111111

Color Harmonies of #BFB683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB683

Black with #BFB683

Text Example


Text Example

White with #BFB683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB683; }

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

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

background-color css

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

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

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

border-color css

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

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

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